gnu: keepassxc: Don't use NAME in source URI.
* gnu/packages/password-utils.scm (keepassxc)[source]: Hard-code NAME.master
parent
eb28d9cf8d
commit
e2d14ee97c
|
@ -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
|
||||
|
|
Reference in New Issue