summary refs log tree commit diff
path: root/pkgs/tools/security/gorilla-bin/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/security/gorilla-bin/default.nix')
-rw-r--r--pkgs/tools/security/gorilla-bin/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/gorilla-bin/default.nix b/pkgs/tools/security/gorilla-bin/default.nix
index 1ba650f5af7..975976c6a3c 100644
--- a/pkgs/tools/security/gorilla-bin/default.nix
+++ b/pkgs/tools/security/gorilla-bin/default.nix
@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
 
   meta = {
     description = "Password Gorilla is a Tk based password manager";
-    homepage = https://github.com/zdia/gorilla/wiki;
+    homepage = "https://github.com/zdia/gorilla/wiki";
     maintainers = [ stdenv.lib.maintainers.namore ];
     platforms = [ "x86_64-linux" ];
     license = stdenv.lib.licenses.gpl2;