mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 05:39:41 -05:00
gnu: mrrescue: Don't use NAME in source URI.
* gnu/packages/games.scm (mrrescue)[source]: Hard-code NAME.
This commit is contained in:
parent
22da44e8c2
commit
ed9bcf50d3
1 changed files with 1 additions and 1 deletions
|
@ -3660,7 +3660,7 @@ (define-public mrrescue
|
|||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"https://github.com/SimonLarsen/mrrescue/releases/"
|
||||
"download/" version "/" name version ".love"))
|
||||
"download/" version "/mrrescue" version ".love"))
|
||||
(file-name (string-append name "-" version ".love"))
|
||||
(sha256
|
||||
(base32
|
||||
|
|
Loading…
Reference in a new issue