diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-29 00:29:44 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-29 00:29:44 +0100 |
commit | 0922354d6a9db1544a85dd55b3237de87efb39fd (patch) | |
tree | d86500b870a3efbaf27d6394479699eddfff6fab /gnu/packages/games.scm | |
parent | c0c099502b0085a7c2dc1a9f02af9b0a9b0a737b (diff) | |
download | guix-0922354d6a9db1544a85dd55b3237de87efb39fd.tar guix-0922354d6a9db1544a85dd55b3237de87efb39fd.tar.gz |
gnu: cowsay: Don't use NAME in source URI.
* gnu/packages/games.scm (cowsay)[source]: Hard-code NAME.
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r-- | gnu/packages/games.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index f67c3a6781..dcc2a266e2 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -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")))) |