about summary refs log tree commit diff
path: root/pkgs/development/python-modules/interruptingcow/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/interruptingcow/default.nix')
-rw-r--r--pkgs/development/python-modules/interruptingcow/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/interruptingcow/default.nix b/pkgs/development/python-modules/interruptingcow/default.nix
index ee81c40febc8..279fb1c9685b 100644
--- a/pkgs/development/python-modules/interruptingcow/default.nix
+++ b/pkgs/development/python-modules/interruptingcow/default.nix
@@ -10,7 +10,7 @@ buildPythonPackage rec {
 
   meta = with stdenv.lib; {
     description = "A watchdog that interrupts long running code";
-    homepage = https://bitbucket.org/evzijst/interruptingcow;
+    homepage = "https://bitbucket.org/evzijst/interruptingcow";
     license = licenses.mit;
     maintainers = with maintainers; [ benley ];
   };