guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/06: gnu: keepassxc: Fix broken home-page url.


From: guix-commits
Subject: 05/06: gnu: keepassxc: Fix broken home-page url.
Date: Tue, 11 Jul 2023 23:59:51 -0400 (EDT)

jgart pushed a commit to branch master
in repository guix.

commit cf3bd63b068b0745bd25183645b5d566e2436b9a
Author: jgart <jgart@dismail.de>
AuthorDate: Wed Jul 5 11:02:53 2023 -0500

    gnu: keepassxc: Fix broken home-page url.
    
    * gnu/packages/password-utils.scm (keepassxc): Fix broken url.
    [home-page]: Fix broken url.
---
 gnu/packages/password-utils.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]