diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-29 04:29:06 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-29 04:07:43 +0100 |
commit | ed9bcf50d369c93d065f1ecff1ae822179545d73 (patch) | |
tree | 5fea4dfd4d38572e1f758a32a6f88ad2824a3f79 /gnu/packages/games.scm | |
parent | 22da44e8c2e09815b83960960a808daf92cd8ec6 (diff) | |
download | gnu-guix-ed9bcf50d369c93d065f1ecff1ae822179545d73.tar gnu-guix-ed9bcf50d369c93d065f1ecff1ae822179545d73.tar.gz |
gnu: mrrescue: Don't use NAME in source URI.
* gnu/packages/games.scm (mrrescue)[source]: Hard-code NAME.
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r-- | gnu/packages/games.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 2940c94c48..e64cdd75ff 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -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 |