summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-mapnik
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik')
-rw-r--r--pkgs/development/python-modules/python-mapnik/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/python-mapnik/default.nix b/pkgs/development/python-modules/python-mapnik/default.nix
index 133261a66593..b3021288d6a0 100644
--- a/pkgs/development/python-modules/python-mapnik/default.nix
+++ b/pkgs/development/python-modules/python-mapnik/default.nix
@@ -132,6 +132,6 @@ buildPythonPackage rec {
description = "Python bindings for Mapnik";
homepage = "https://mapnik.org";
license = lib.licenses.lgpl21Plus;
- maintainers = lib.teams.geospatial.members;
+ teams = [ lib.teams.geospatial ];
};
}