diff options
| author | nixpkgs-ci[bot] <190413589+nixpkgs-ci[bot]@users.noreply.github.com> | 2025-04-27 00:21:42 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-27 00:21:42 +0000 |
| commit | b47444b408ff7ca2a271a565cc36e636cbab0f71 (patch) | |
| tree | 225fa7773217993945a26f4379161b09bac5380b /pkgs/development/python-modules/python-mapnik | |
| parent | 283799cd6f0aee63dea3f7eafd5ca1405dfe25ce (diff) | |
| parent | 0571e373ab39b6dd0564ac94b3b341f43dc4f4d7 (diff) | |
Merge 0571e373ab39b6dd0564ac94b3b341f43dc4f4d7 into haskell-updates
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik')
| -rw-r--r-- | pkgs/development/python-modules/python-mapnik/default.nix | 2 |
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 ]; }; } |
