guix-commits
[Top][All Lists]
Advanced

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

01/11: gnu: laby: Don't use NAME in source URI.


From: guix-commits
Subject: 01/11: gnu: laby: Don't use NAME in source URI.
Date: Thu, 28 Mar 2019 23:08:00 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 22da44e8c2e09815b83960960a808daf92cd8ec6
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Mar 29 04:25:23 2019 +0100

    gnu: laby: Don't use NAME in source URI.
    
    * gnu/packages/games.scm (laby)[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 c9286f8..2940c94 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -3577,7 +3577,7 @@ Linux / Mac OS X servers, and an auto mapper with a VT100 
map display.")
      (origin (method url-fetch)
              (uri (string-append
                    "https://github.com/sgimenez/laby/archive/";
-                   name "-" version ".tar.gz"))
+                   "laby-" version ".tar.gz"))
              (sha256
               (base32
                "0gyrfa95l1qka7gbjf7l6mk7mbfvph00l0c995ia272qdw7rjhyf"))



reply via email to

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