postgresqlPackages.postgis: add myself as maintainer

This commit is contained in:
Wolfgang Walther 2024-03-31 19:32:16 +02:00
parent 156f69bbcb
commit 7a358ffd0e
No known key found for this signature in database
GPG Key ID: B39893FA5F65CAE1

View File

@ -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;
};
}