gnu: grue-hunter: Don't use NAME in source URI.

* gnu/packages/games.scm (grue-hunter)[source]: Hard-code NAME.
master
Tobias Geerinckx-Rice 2019-03-29 02:26:31 +01:00
parent bb7c071b94
commit c41b2ffbf2
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -3086,7 +3086,7 @@ Red Eclipse provides fast paced and accessible gameplay.")
(version "1.0")
(source (origin
(method url-fetch)
(uri (string-append "https://jxself.org/" name ".tar.gz"))
(uri (string-append "https://jxself.org/grue-hunter.tar.gz"))
(sha256
(base32
"1hjcpy5439qs3v2zykis7hsi0i17zjs62gks3zd8mnfw9ni4i2h3"))))