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
|
@ -3660,7 +3660,7 @@ colors, pictures, and sounds.")
|
|||
(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 New Issue