diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2016-10-07 09:20:25 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2016-10-07 09:22:44 +0200 |
commit | b314360f30ffbc8774f4c3e01e4eb299c15d911e (patch) | |
tree | e02d1eb882aa189524f73101b4a392d591eb6900 /gnu | |
parent | ae336f8b84774916adee8aef4834409519223b6e (diff) | |
download | guix-b314360f30ffbc8774f4c3e01e4eb299c15d911e.tar guix-b314360f30ffbc8774f4c3e01e4eb299c15d911e.tar.gz |
gnu: abbaye: Update source URL.
* gnu/packages/games.scm (abbaye)[source]: Update tarball URL.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/games.scm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 443c3ecc7e..efd0528094 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -179,8 +179,10 @@ scriptable with Guile.") (source (origin (method url-fetch) - (uri (string-append "http://abbaye-for-linux.googlecode.com/files/" - "abbaye-for-linux-src-" version ".tar.gz")) + (uri (string-append "https://storage.googleapis.com/" + "google-code-archive-downloads/v2/code.google.com/" + "abbaye-for-linux/abbaye-for-linux-src-" + version ".tar.gz")) (sha256 (base32 "1wgvckgqa2084rbskxif58wbb83xbas8s1i8s7d57xbj08ryq8rk")))) |