summary refs log tree commit diff
path: root/pkgs/development/python-modules/gentools/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/gentools/default.nix')
-rw-r--r--pkgs/development/python-modules/gentools/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/gentools/default.nix b/pkgs/development/python-modules/gentools/default.nix
index 57105f87a7c..129eaae340a 100644
--- a/pkgs/development/python-modules/gentools/default.nix
+++ b/pkgs/development/python-modules/gentools/default.nix
@@ -24,7 +24,7 @@ buildPythonPackage rec {
   meta = with lib; {
     description = "Tools for generators, generator functions, and generator-based coroutines";
     license = licenses.mit;
-    homepage = https://gentools.readthedocs.io/;
+    homepage = "https://gentools.readthedocs.io/";
     maintainers = with maintainers; [ mredaelli ];
   };