gnu: golly: Fix source url.
* gnu/packages/games.scm (golly): Fix source url.
This commit is contained in:
parent
52fb59ef25
commit
04e7b1e7f9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue