gnu: cowsay: Don't use NAME in source URI.

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

View File

@ -411,7 +411,7 @@ want what you have.")
(method url-fetch)
(uri (string-append "https://github.com/tnalpgge/"
"rank-amateur-cowsay/archive/"
name "-" version ".tar.gz"))
"cowsay-" version ".tar.gz"))
(sha256
(base32
"12w7apbf6a9qffk92r32b16w22na2fjcqbl32rn0n7zw5hrp3f6q"))))