mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: keepassxc: Don't use NAME in source URI.
* gnu/packages/password-utils.scm (keepassxc)[source]: Hard-code NAME.
This commit is contained in:
parent
eb28d9cf8d
commit
e2d14ee97c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue