mapnik: make the geospatial team adopt the package

This commit is contained in:
Augustin Trancart
2024-09-26 12:03:00 +02:00
parent dec1098ad0
commit e4744eea58
@@ -122,10 +122,13 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Open source toolkit for developing mapping applications";
homepage = "https://mapnik.org";
maintainers = with maintainers; [
hrdinka
hummeltech
];
maintainers =
with maintainers;
teams.geospatial.members
++ [
hrdinka
hummeltech
];
license = licenses.lgpl21Plus;
platforms = platforms.all;
};