guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: abbaye: Update source URL.


From: Ricardo Wurmus
Subject: 01/01: gnu: abbaye: Update source URL.
Date: Fri, 7 Oct 2016 07:23:02 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit b314360f30ffbc8774f4c3e01e4eb299c15d911e
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Oct 7 09:20:25 2016 +0200

    gnu: abbaye: Update source URL.
    
    * gnu/packages/games.scm (abbaye)[source]: Update tarball URL.
---
 gnu/packages/games.scm |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 443c3ec..efd0528 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"))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]