mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-27 20:50:34 +02:00
gnu: cowsay: Don't use NAME in source URI.
* gnu/packages/games.scm (cowsay)[source]: Hard-code NAME.
This commit is contained in:
@@ -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"))))
|
||||
|
||||
Reference in New Issue
Block a user