guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: seabios: Update source URI.


From: Marius Bakke
Subject: 03/04: gnu: seabios: Update source URI.
Date: Mon, 27 Aug 2018 19:21:45 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 2987b2e0d2dba6569799452353890ce5e967898d
Author: Marius Bakke <address@hidden>
Date:   Mon Aug 27 22:34:16 2018 +0200

    gnu: seabios: Update source URI.
    
    * gnu/packages/firmware.scm (seabios)[source](uri): Download from 
seabios.org.
---
 gnu/packages/firmware.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/firmware.scm b/gnu/packages/firmware.scm
index 176eef5..0b5a82e 100644
--- a/gnu/packages/firmware.scm
+++ b/gnu/packages/firmware.scm
@@ -188,7 +188,7 @@ by the b43-open driver of Linux-libre.")
     (version "1.11.0")
     (source (origin
               (method url-fetch)
-              (uri (string-append 
"https://code.coreboot.org/p/seabios/downloads/get/";
+              (uri (string-append "https://www.seabios.org/downloads/";
                                   "seabios-" version ".tar.gz"))
               (sha256
                (base32



reply via email to

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