mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-30 16:53:40 +00:00
postgresqlPackages.postgis: add myself as maintainer
This commit is contained in:
parent
156f69bbcb
commit
7a358ffd0e
@ -81,7 +81,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://postgis.net/";
|
||||
changelog = "https://git.osgeo.org/gitea/postgis/postgis/raw/tag/${version}/NEWS";
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; teams.geospatial.members ++ [ marcweber ];
|
||||
maintainers = with maintainers; teams.geospatial.members ++ [ marcweber wolfgangwalther ];
|
||||
inherit (postgresql.meta) platforms;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user