about summary refs log tree commit diff
path: root/pkgs/development/python-modules/python-mapnik
diff options
context:
space:
mode:
authorKerstin Humm <kerstin@erictapen.name>2021-11-15 00:59:52 +0100
committerKerstin Humm <kerstin@erictapen.name>2021-11-15 00:59:52 +0100
commitebee81f3c7ed694a59b49cc14330a293458af9f9 (patch)
treeec1019a5869a1978ef732c769548b21ba07aa4fa /pkgs/development/python-modules/python-mapnik
parentc98ae967d35f23d3598d0ff1399eb7d9b07545ad (diff)
python3Packages.python-mapnik: add erictapen as maintainer
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 3a4e4af54def5..2d888518ff454 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;
   };