mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 19:56:59 -06: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 @@ 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…
Add table
Reference in a new issue