diff options
| author | Christoph Hrdinka <c.github@hrdinka.at> | 2021-11-17 10:53:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-17 10:53:14 +0100 |
| commit | 406ecf60740b3d5f4841d49e4b84d59943cfdc92 (patch) | |
| tree | 8db75f9120a488d1630fb217bd1d95d1739568e8 /pkgs/development/python-modules/python-mapnik | |
| parent | 2203c418821037b4321a01aa7ac052e4a0da6359 (diff) | |
| parent | ebee81f3c7ed694a59b49cc14330a293458af9f9 (diff) | |
Merge pull request #146050 from erictapen/mapnik-fix-build
mapnik: fix build
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 3a4e4af54def..2d888518ff45 100644 --- a/pkgs/development/python-modules/python-mapnik/default.nix +++ b/pkgs/development/python-modules/python-mapnik/default.nix @@ -68,7 +68,7 @@ buildPythonPackage rec { meta = with lib; { description = "Python bindings for Mapnik"; - maintainers = with maintainers; [ ]; + maintainers = with maintainers; [ erictapen ]; homepage = "https://mapnik.org"; license = licenses.lgpl21; }; |
