mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 08:07:29 +01:00
gnu: pingus: Update source URI.
* gnu/packages/games.scm (pingus)[source](uri): Change to current repository.
This commit is contained in:
parent
97bc3cbea5
commit
4b889d3a7a
1 changed files with 1 additions and 1 deletions
|
@ -1438,7 +1438,7 @@ (define-public pingus
|
|||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/Pingus/pingus.git")
|
||||
(url "https://gitlab.com/pingus/pingus.git")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
|
Loading…
Reference in a new issue