summary refs log tree commit diff
path: root/pkgs/tools/security/pass/extensions/genphrase.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/security/pass/extensions/genphrase.nix')
-rw-r--r--pkgs/tools/security/pass/extensions/genphrase.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/pass/extensions/genphrase.nix b/pkgs/tools/security/pass/extensions/genphrase.nix
index 208012e2f88..48db0094db9 100644
--- a/pkgs/tools/security/pass/extensions/genphrase.nix
+++ b/pkgs/tools/security/pass/extensions/genphrase.nix
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "Pass extension that generates memorable passwords";
-    homepage = https://github.com/congma/pass-genphrase;
+    homepage = "https://github.com/congma/pass-genphrase";
     license = licenses.gpl3;
     maintainers = with maintainers; [ seqizz ];
     platforms = platforms.unix;