python3Packages.python-mapnik: add erictapen as maintainer
This commit is contained in:
parent
c98ae967d3
commit
ebee81f3c7
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ buildPythonPackage rec {
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Python bindings for Mapnik";
|
description = "Python bindings for Mapnik";
|
||||||
maintainers = with maintainers; [ ];
|
maintainers = with maintainers; [ erictapen ];
|
||||||
homepage = "https://mapnik.org";
|
homepage = "https://mapnik.org";
|
||||||
license = licenses.lgpl21;
|
license = licenses.lgpl21;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue