mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: golly: Fix source url.
* gnu/packages/games.scm (golly): Fix source url.
This commit is contained in:
parent
52fb59ef25
commit
04e7b1e7f9
1 changed files with 1 additions and 1 deletions
|
@ -370,7 +370,7 @@ (define-public golly
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue