summary refs log tree commit diff
path: root/pkgs/development/python-modules/curve25519-donna/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/curve25519-donna/default.nix')
-rw-r--r--pkgs/development/python-modules/curve25519-donna/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/curve25519-donna/default.nix b/pkgs/development/python-modules/curve25519-donna/default.nix
index 789fc7488fa..1672557f1b9 100644
--- a/pkgs/development/python-modules/curve25519-donna/default.nix
+++ b/pkgs/development/python-modules/curve25519-donna/default.nix
@@ -11,7 +11,7 @@ buildPythonPackage rec {
 
   meta = with stdenv.lib; {
     description = "Python wrapper for the portable curve25519-donna implementation";
-    homepage = http://code.google.com/p/curve25519-donna/;
+    homepage = "http://code.google.com/p/curve25519-donna/";
     license = licenses.bsd3;
     maintainers = with maintainers; [ elseym ];
   };