diff options
| author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-07-29 12:01:29 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-29 12:01:29 +0000 |
| commit | cb99e21b80ceb545606df952a60883bcf9cda6c9 (patch) | |
| tree | 9c13acd27617aaea1be2759cd1652cae7f0435c7 /pkgs/development/python-modules/python-mapnik | |
| parent | 49c87f22b25235b4736fdd68939f7c6dd7cfd043 (diff) | |
| parent | 2bba36f6dfecfdb9e5b56a5996889f1faae6fd0c (diff) | |
Merge master into staging-next
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 1cf3b7ff4bbf..eed723f10d8e 100644 --- a/pkgs/development/python-modules/python-mapnik/default.nix +++ b/pkgs/development/python-modules/python-mapnik/default.nix @@ -129,7 +129,7 @@ buildPythonPackage rec { meta = with lib; { description = "Python bindings for Mapnik"; - maintainers = with maintainers; [ ]; + maintainers = [ ]; homepage = "https://mapnik.org"; license = licenses.lgpl21Plus; }; |
