summary refs log tree commit diff
path: root/pkgs/development/python-modules/phe/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/phe/default.nix')
-rw-r--r--pkgs/development/python-modules/phe/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/phe/default.nix b/pkgs/development/python-modules/phe/default.nix
index b016a9bd92c..6a849734e90 100644
--- a/pkgs/development/python-modules/phe/default.nix
+++ b/pkgs/development/python-modules/phe/default.nix
@@ -23,7 +23,7 @@ buildPythonPackage {
 
   meta = with stdenv.lib; {
     description = "A library for Partially Homomorphic Encryption in Python";
-    homepage = https://github.com/n1analytics/python-paillier;
+    homepage = "https://github.com/n1analytics/python-paillier";
     license = licenses.gpl3;
   };
 }