osm2pgsql: add geospatial team to maintainers

This commit is contained in:
Raphael Borun Das Gupta
2024-02-19 13:55:48 +01:00
committed by Raphael Das Gupta
parent 1b4ce12069
commit bdf0b68c08
+1 -1
View File
@@ -72,6 +72,6 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://osm2pgsql.org";
license = licenses.gpl2Plus;
platforms = platforms.unix;
maintainers = with maintainers; [ jglukasik das-g ];
maintainers = with maintainers; teams.geospatial.members ++ [ jglukasik das-g ];
};
})