summary refs log tree commit diff
path: root/pkgs/development/python-modules/proboscis/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/proboscis/default.nix')
-rw-r--r--pkgs/development/python-modules/proboscis/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/proboscis/default.nix b/pkgs/development/python-modules/proboscis/default.nix
index 3d99d9530f3..9d4ae92f2c1 100644
--- a/pkgs/development/python-modules/proboscis/default.nix
+++ b/pkgs/development/python-modules/proboscis/default.nix
@@ -14,7 +14,7 @@ buildPythonPackage rec {
 
   meta = with stdenv.lib; {
     description = "A Python test framework that extends Python's built-in unittest module and Nose with features from TestNG";
-    homepage = https://pypi.python.org/pypi/proboscis;
+    homepage = "https://pypi.python.org/pypi/proboscis";
     license = licenses.asl20;
   };
 }