diff --git a/pkgs/development/python-modules/python-mapnik/default.nix b/pkgs/development/python-modules/python-mapnik/default.nix index a948f68e3896..6e0b93a60907 100644 --- a/pkgs/development/python-modules/python-mapnik/default.nix +++ b/pkgs/development/python-modules/python-mapnik/default.nix @@ -129,10 +129,10 @@ buildPythonPackage rec { pythonImportsCheck = [ "mapnik" ]; - meta = with lib; { + meta = { description = "Python bindings for Mapnik"; - maintainers = [ ]; homepage = "https://mapnik.org"; - license = licenses.lgpl21Plus; + license = lib.licenses.lgpl21Plus; + maintainers = lib.teams.geospatial.members; }; }