about summary refs log tree commit diff
path: root/pkgs/development/python-modules/python-mapnik/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik/default.nix')
-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 2b3c4ba1e9b50..61cd5e34855ce 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;
   };