gnu: armagetron-advanced: Don't use NAME in source URI.

* gnu/packages/games.scm (armagetron-advanced)[source]: Hard-code NAME.
master
Tobias Geerinckx-Rice 2019-03-29 00:28:49 +01:00
parent 69a0717c66
commit c0c099502b
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -245,8 +245,8 @@ mouse and joystick control, and original music.")
(version "0.2.8.3.4")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/" name "/stable/"
version "/" name "-" version ".src.tar.gz"))
(uri (string-append "mirror://sourceforge/armagetronad/stable/"
version "/armagetronad-" version ".src.tar.gz"))
(sha256
(base32
"1pgy0r80z702qdv94aw3ywdn4ynnr4cdi86ml558pljfc5ygasj4"))))