summary refs log tree commit diff
path: root/pkgs/development/python-modules/threadpool/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/threadpool/default.nix')
-rw-r--r--pkgs/development/python-modules/threadpool/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/threadpool/default.nix b/pkgs/development/python-modules/threadpool/default.nix
index a604302add1..bbc3074c964 100644
--- a/pkgs/development/python-modules/threadpool/default.nix
+++ b/pkgs/development/python-modules/threadpool/default.nix
@@ -13,7 +13,7 @@ buildPythonPackage rec {
   };
 
   meta = with stdenv.lib; {
-    homepage = https://chrisarndt.de/projects/threadpool/;
+    homepage = "https://chrisarndt.de/projects/threadpool/";
     description = "Easy to use object-oriented thread pool framework";
     license = licenses.mit;
   };