mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: solarus: Remove ".git" suffix from URL.
* gnu/packages/games.scm (solarus)[source]: Remove ".git" suffix from URL.
This commit is contained in:
parent
f866d59115
commit
60f0ab5fce
1 changed files with 1 additions and 1 deletions
|
@ -2245,7 +2245,7 @@ (define-public solarus
|
|||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://gitlab.com/solarus-games/solarus.git")
|
||||
(url "https://gitlab.com/solarus-games/solarus")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
|
Loading…
Reference in a new issue