about summary refs log tree commit diff
path: root/pkgs/tools/security/hash_extender
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/security/hash_extender')
-rw-r--r--pkgs/tools/security/hash_extender/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/hash_extender/default.nix b/pkgs/tools/security/hash_extender/default.nix
index 30ba2fb30872a..6efa780e1cd3b 100644
--- a/pkgs/tools/security/hash_extender/default.nix
+++ b/pkgs/tools/security/hash_extender/default.nix
@@ -20,7 +20,7 @@ stdenv.mkDerivation {
 
   meta = with stdenv.lib; {
     description = "Tool to automate hash length extension attacks";
-    homepage = https://github.com/iagox86/hash_extender;
+    homepage = "https://github.com/iagox86/hash_extender";
     license = licenses.bsd3;
     maintainers = with maintainers; [ geistesk ];
   };