osm2pgsql: add geospatial team to maintainers

This commit is contained in:
Raphael Borun Das Gupta 2024-02-11 17:44:14 +01:00 committed by Raphael Das Gupta
parent 1b4ce12069
commit bdf0b68c08

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 ];
};
})