diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-27 15:06:07 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-27 15:20:12 +0100 |
commit | e2d14ee97c8786de7be0868c53bbf51f7b4f4a29 (patch) | |
tree | b57dbf0bb7aad93b1bc583abe9211cae69835db9 /gnu | |
parent | eb28d9cf8d04e0df9d8025f91d836bba7a05eb82 (diff) | |
download | patches-e2d14ee97c8786de7be0868c53bbf51f7b4f4a29.tar patches-e2d14ee97c8786de7be0868c53bbf51f7b4f4a29.tar.gz |
gnu: keepassxc: Don't use NAME in source URI.
* gnu/packages/password-utils.scm (keepassxc)[source]: Hard-code NAME.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/password-utils.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm index 207e501520..9bea0e68c1 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 |