about summary refs log tree commit diff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2020-04-08 17:18:33 +0100
committerJörg Thalheim <joerg@thalheim.io>2020-04-08 17:18:33 +0100
commit7a2920e91034a5792e917e4c0ffbf76706db414d (patch)
tree04c372a8e7892d736ae64635be203c0a86f8f89d /pkgs/development/python-modules
parent13a9f136b45845a4124d9bc9b5ecff847170685d (diff)
weboob: quote url
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/weboob/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/weboob/default.nix b/pkgs/development/python-modules/weboob/default.nix
index 11898274b26ef..7c3d25068e303 100644
--- a/pkgs/development/python-modules/weboob/default.nix
+++ b/pkgs/development/python-modules/weboob/default.nix
@@ -77,7 +77,7 @@ buildPythonPackage rec {
   '';
 
   meta = {
-    homepage = http://weboob.org;
+    homepage = "http://weboob.org";
     description = "Collection of applications and APIs to interact with websites without requiring the user to open a browser";
     license = lib.licenses.agpl3;
   };