guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: einstein: Use mirror for source download.


From: guix-commits
Subject: 01/01: gnu: einstein: Use mirror for source download.
Date: Thu, 15 Aug 2019 14:38:40 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit d4cf5b018a6ec9170ca1b8c46023003c164364b9
Author: Efraim Flashner <address@hidden>
Date:   Thu Aug 15 21:03:19 2019 +0300

    gnu: einstein: Use mirror for source download.
    
    * gnu/packages/games.scm (einstein)[source]: Use 'mirror' syntax.
---
 gnu/packages/games.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 92df556..c37364e 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -2830,7 +2830,7 @@ players.")
     (version "2.0")
     (source (origin
               (method url-fetch)
-              (uri (string-append "http://http.debian.net/debian/pool/main/e/";
+              (uri (string-append "mirror://debian/pool/main/e/"
                                   "einstein/einstein_2.0.dfsg.2.orig.tar.gz"))
               (sha256
                (base32



reply via email to

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