mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-09 14:40:36 +02:00
gnu: solarus: Remove ".git" suffix from URL.
* gnu/packages/games.scm (solarus)[source]: Remove ".git" suffix from URL.
This commit is contained in:
@@ -2245,7 +2245,7 @@ and defeat them with your bubbles!")
|
||||
(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
|
||||
|
||||
Reference in New Issue
Block a user