summary refs log tree commit diff
path: root/pkgs/development/python-modules/certipy/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/certipy/default.nix')
-rw-r--r--pkgs/development/python-modules/certipy/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/certipy/default.nix b/pkgs/development/python-modules/certipy/default.nix
index ce96bce5bc7..12706ab3d8a 100644
--- a/pkgs/development/python-modules/certipy/default.nix
+++ b/pkgs/development/python-modules/certipy/default.nix
@@ -18,7 +18,7 @@ buildPythonPackage rec {
   doCheck = false; #no tests were included
 
   meta = with stdenv.lib; {
-    homepage = https://github.com/LLNL/certipy;
+    homepage = "https://github.com/LLNL/certipy";
     description = "wrapper for pyOpenSSL";
     license = licenses.bsd3;
     maintainers = with maintainers; [ isgy ];