diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-10-31 00:40:57 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-10-31 01:03:26 +0100 |
commit | 4b889d3a7a66a37d6513754eae312003a53352cd (patch) | |
tree | c65905dbb98ce034e14351ec2f09725092a04b4d /gnu/packages/games.scm | |
parent | 97bc3cbea5fc281a299c03eaaa3be5baf21ea673 (diff) | |
download | patches-4b889d3a7a66a37d6513754eae312003a53352cd.tar patches-4b889d3a7a66a37d6513754eae312003a53352cd.tar.gz |
gnu: pingus: Update source URI.
* gnu/packages/games.scm (pingus)[source](uri): Change to current repository.
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 d0a5d28f04..04b06c88ee 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -1438,7 +1438,7 @@ fight Morgoth, the Lord of Darkness.") (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 |