summary refs log tree commit diff
path: root/pkgs/development/python-modules/cornice/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/cornice/default.nix')
-rw-r--r--pkgs/development/python-modules/cornice/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/cornice/default.nix b/pkgs/development/python-modules/cornice/default.nix
index 598c3bd1c08..4307b3f6f4f 100644
--- a/pkgs/development/python-modules/cornice/default.nix
+++ b/pkgs/development/python-modules/cornice/default.nix
@@ -22,7 +22,7 @@ buildPythonPackage rec {
   doCheck = false;
 
   meta = with stdenv.lib; {
-    homepage = https://github.com/mozilla-services/cornice;
+    homepage = "https://github.com/mozilla-services/cornice";
     description = "Build Web Services with Pyramid";
     license = licenses.mpl20;
     maintainers = [ maintainers.costrouc ];