diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2020-11-09 11:18:03 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2020-11-09 11:34:09 +0200 |
commit | 919100ef095f222f96bae7cb0aa1affec214da3e (patch) | |
tree | d4b62dd1bf01c4814efea62fef052a0ecbd66623 /gnu/packages/games.scm | |
parent | 4b3a535770b19d9c17196bd6e5c9337233d9fb92 (diff) |
gnu: pipewalker: Update source URI.
* gnu/packages/games.scm (pipewalker)[source]: Update source URI.
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r-- | gnu/packages/games.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index eb29f2a8e5..d63d8d0b2e 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -1868,8 +1868,8 @@ role, and your gender.") (source (origin (method url-fetch) - (uri (string-append "http://downloads.sourceforge.net/pipewalker/" - "pipewalker-" version ".tar.gz")) + (uri (string-append "mirror://sourceforge/pipewalker/pipewalker/" + version "/pipewalker-" version ".tar.gz")) (sha256 (base32 "1x46wgk0s55562pd96cxagxkn6wpgglq779f9b64ff1k3xzp3myn")))) (build-system gnu-build-system) |