cwebber pushed a commit to branch master
in repository guix.

commit 04e7b1e7f91a649dd6cf424c27d73d5d7aeae52b
Author: Christopher Lemmer Webber <[email protected]>
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