guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 02/02: gnu: cowsay: Don't use NAME in source URI.
Date: Thu, 28 Mar 2019 18:36:03 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 0922354d6a9db1544a85dd55b3237de87efb39fd
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Mar 29 00:29:44 2019 +0100

    gnu: cowsay: Don't use NAME in source URI.
    
    * gnu/packages/games.scm (cowsay)[source]: Hard-code NAME.
---
 gnu/packages/games.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index f67c3a6..dcc2a26 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"))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]