about summary refs log tree commit diff
path: root/pkgs/tools/security/pass/extensions/update.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/security/pass/extensions/update.nix')
-rw-r--r--pkgs/tools/security/pass/extensions/update.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/pass/extensions/update.nix b/pkgs/tools/security/pass/extensions/update.nix
index 86563b7ff42d..5bc88d394e75 100644
--- a/pkgs/tools/security/pass/extensions/update.nix
+++ b/pkgs/tools/security/pass/extensions/update.nix
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "Pass extension that provides an easy flow for updating passwords";
-    homepage = https://github.com/roddhjav/pass-update;
+    homepage = "https://github.com/roddhjav/pass-update";
     license = licenses.gpl3Plus;
     maintainers = with maintainers; [ lovek323 the-kenny fpletz tadfisher ];
     platforms = platforms.unix;