guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 02/11: gnu: mrrescue: 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 ed9bcf50d369c93d065f1ecff1ae822179545d73
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Mar 29 04:29:06 2019 +0100

    gnu: mrrescue: Don't use NAME in source URI.
    
    * gnu/packages/games.scm (mrrescue)[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 2940c94..e64cdd7 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -3660,7 +3660,7 @@ colors, pictures, and sounds.")
               (method url-fetch)
               (uri (string-append
                     "https://github.com/SimonLarsen/mrrescue/releases/";
-                    "download/" version "/" name version ".love"))
+                    "download/" version "/mrrescue" version ".love"))
               (file-name (string-append name "-" version ".love"))
               (sha256
                (base32



reply via email to

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