postgresqlPackages.postgis: add geospatial team to maintainers
This commit is contained in:
parent
3d88cc85dd
commit
ea8b577bbc
@ -74,7 +74,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://postgis.net/";
|
||||
changelog = "https://git.osgeo.org/gitea/postgis/postgis/raw/tag/${version}/NEWS";
|
||||
license = licenses.gpl2;
|
||||
maintainers = [ maintainers.marcweber ];
|
||||
maintainers = with maintainers; teams.geospatial.members ++ [ marcweber ];
|
||||
inherit (postgresql.meta) platforms;
|
||||
broken = versionOlder postgresql.version "12";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user