gnu: project-starfighter: Don't use NAME in source URI.

* gnu/packages/games.scm (project-starfighter)[source]: Hard-code NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2019-03-29 00:26:27 +01:00
parent 357b287b8f
commit 69a0717c66
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -3269,7 +3269,7 @@ tactics.")
(uri (string-append
"mirror://savannah/starfighter/"
(version-major+minor version) "/"
name "-" version "-src.tar.gz"))
"starfighter-" version "-src.tar.gz"))
(sha256
(base32
"1646hpjq8bz2fkfkja1dah511hn7zd2r7da4w9c9blhad3p5732v"))))