postgresqlPackages.postgis: remove wolfgangwalther from maintainers

I am now notified as member of the NixOS/postgres team about changes.
This commit is contained in:
Wolfgang Walther 2024-11-20 22:17:24 +01:00
parent c378776f2a
commit 31b9d15443
No known key found for this signature in database
GPG Key ID: B39893FA5F65CAE1

View File

@ -149,13 +149,7 @@ buildPostgresqlExtension (finalAttrs: {
homepage = "https://postgis.net/";
changelog = "https://git.osgeo.org/gitea/postgis/postgis/raw/tag/${finalAttrs.version}/NEWS";
license = licenses.gpl2Plus;
maintainers =
with maintainers;
teams.geospatial.members
++ [
marcweber
wolfgangwalther
];
maintainers = with maintainers; teams.geospatial.members ++ [ marcweber ];
inherit (postgresql.meta) platforms;
};
})