summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-mapnik
diff options
context:
space:
mode:
authorKerstin Humm <kerstin@erictapen.name>2023-04-03 17:07:16 +0200
committerKerstin Humm <kerstin@erictapen.name>2023-04-03 17:07:16 +0200
commit0b0cc93e79e2699700f44415eb2fa498db3be6b2 (patch)
tree5a974d346e4cfe33837a97b1cf7127d201ea6735 /pkgs/development/python-modules/python-mapnik
parente863220fb989fc63c140df98a060d4ec1e3a72aa (diff)
remove myself (erictapen) from packages which I don't use anymore
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 8c623f286f14..18df3e4d5655 100644
--- a/pkgs/development/python-modules/python-mapnik/default.nix
+++ b/pkgs/development/python-modules/python-mapnik/default.nix
@@ -134,7 +134,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python bindings for Mapnik";
- maintainers = with maintainers; [ erictapen ];
+ maintainers = with maintainers; [ ];
homepage = "https://mapnik.org";
license = licenses.lgpl21Plus;
};