diff options
author | jgart <jgart@dismail.de> | 2023-07-05 11:02:53 -0500 |
---|---|---|
committer | jgart <jgart@dismail.de> | 2023-07-11 22:43:05 -0500 |
commit | cf3bd63b068b0745bd25183645b5d566e2436b9a (patch) | |
tree | b4aded294c466a27898cd1696a005eab5d6bb015 /gnu | |
parent | b5baa98053363180a2dedcb11c96efcf5bd20ece (diff) | |
download | guix-cf3bd63b068b0745bd25183645b5d566e2436b9a.tar.gz guix-cf3bd63b068b0745bd25183645b5d566e2436b9a.zip |
gnu: keepassxc: Fix broken home-page url.
* gnu/packages/password-utils.scm (keepassxc): Fix broken url.
[home-page]: Fix broken url.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/password-utils.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm index 508a929844..06e00a69d4 100644 --- a/gnu/packages/password-utils.scm +++ b/gnu/packages/password-utils.scm @@ -209,7 +209,7 @@ human.") readline yubikey-personalization ; XC_YUBIKEY zlib)) - (home-page "https://www.keepassxc.org") + (home-page "https://keepassxc.org") (synopsis "Password manager") (description "KeePassXC is a password manager or safe which helps you to manage your passwords in a secure way. You can put all your passwords in one |