summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-mapnik
diff options
context:
space:
mode:
authorGabriel Ebner <gebner@gebner.org>2020-05-03 11:37:52 +0200
committerGabriel Ebner <gebner@gebner.org>2020-05-03 11:37:52 +0200
commita4f60b72e981df2ec9d5e05fe3fcbefb9e4a755d (patch)
tree59c318e386590a8ec8367a756ecd43581d52f329 /pkgs/development/python-modules/python-mapnik
parent40c012bc855b1e9f96df8cc2186a91332be2d3e6 (diff)
parent88e07d3a9610b222ef0d134b3888734cf1ab22c5 (diff)
Merge branch 'master' into octoprint
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 2b3c4ba1e9b5..61cd5e34855c 100644
--- a/pkgs/development/python-modules/python-mapnik/default.nix
+++ b/pkgs/development/python-modules/python-mapnik/default.nix
@@ -59,7 +59,7 @@ in buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Python bindings for Mapnik";
- homepage = https://mapnik.org;
+ homepage = "https://mapnik.org";
license = licenses.lgpl21;
};