diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-01-20 18:39:03 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-01-20 18:39:03 +0100 |
commit | 60f0ab5fced2fc5e75892cdebca17f70684472fd (patch) | |
tree | 0ac52478a8c3a28befdc34237cd4efcf90fca27a /gnu/packages/games.scm | |
parent | f866d591153242ab1859bdf9b968c1a9a5cc6569 (diff) | |
download | guix-60f0ab5fced2fc5e75892cdebca17f70684472fd.tar.gz |
gnu: solarus: Remove ".git" suffix from URL.
* gnu/packages/games.scm (solarus)[source]: Remove ".git" suffix from URL.
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r-- | gnu/packages/games.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index edfa725cf1..01580f75ff 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -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 |