guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: golly: Fix source url.


From: Christopher Allan Webber
Subject: 01/01: gnu: golly: Fix source url.
Date: Thu, 1 Mar 2018 12:24:18 -0500 (EST)

cwebber pushed a commit to branch master
in repository guix.

commit 04e7b1e7f91a649dd6cf424c27d73d5d7aeae52b
Author: Christopher Lemmer Webber <address@hidden>
Date:   Thu Mar 1 11:00:30 2018 -0600

    gnu: golly: Fix source url.
    
    * gnu/packages/games.scm (golly): Fix source url.
---
 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 272e9bc..5917bbd 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -370,7 +370,7 @@ effects and music to make a completely free game.")
     (version "3.1")
     (source (origin
               (method url-fetch)
-              (uri (string-append "mirror://sourceforge/golly/golly-"
+              (uri (string-append "mirror://sourceforge/golly/golly/golly-"
                                   version "/golly-" version
                                   "-src.tar.gz"))
               (sha256



reply via email to

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