guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: keepassxc: Don't use NAME in source URI.


From: guix-commits
Subject: 03/03: gnu: keepassxc: Don't use NAME in source URI.
Date: Sun, 27 Oct 2019 10:21:29 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit e2d14ee97c8786de7be0868c53bbf51f7b4f4a29
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Oct 27 15:06:07 2019 +0100

    gnu: keepassxc: Don't use NAME in source URI.
    
    * gnu/packages/password-utils.scm (keepassxc)[source]: Hard-code NAME.
---
 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 207e501..9bea0e6 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -115,7 +115,7 @@ human.")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "https://github.com/keepassxreboot/"; name
+       (uri (string-append "https://github.com/keepassxreboot/keepassxc";
                            "/releases/download/" version "/keepassxc-"
                            version "-src.tar.xz"))
        (sha256



reply via email to

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