From e2d14ee97c8786de7be0868c53bbf51f7b4f4a29 Mon Sep 17 00:00:00 2001
From: Tobias Geerinckx-Rice <me@tobias.gr>
Date: Sun, 27 Oct 2019 15:06:07 +0100
Subject: [PATCH] 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 207e501520d..9bea0e68c1f 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -115,7 +115,7 @@ (define-public keepassxc
     (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
-- 
GitLab