postgresqlPackages.postgis: remove wolfgangwalther from maintainers
I am now notified as member of the NixOS/postgres team about changes.
This commit is contained in:
parent
c378776f2a
commit
31b9d15443
@ -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;
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user