mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-23 21:17:11 -05:00
gnu: fortune-mod: Don't use NAME in source COMMIT.
* gnu/packages/games.scm (fortune-mod)[source]: Hard-code NAME.
This commit is contained in:
parent
30b8b2013b
commit
a6ac8e0b31
1 changed files with 1 additions and 1 deletions
|
@ -5547,7 +5547,7 @@ (define-public fortune-mod
|
|||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/shlomif/fortune-mod")
|
||||
(commit (string-append name "-" version))))
|
||||
(commit (string-append "fortune-mod-" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
|
|
Loading…
Reference in a new issue