diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-08-27 22:34:16 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-08-28 01:19:28 +0200 |
commit | 2987b2e0d2dba6569799452353890ce5e967898d (patch) | |
tree | ca8770e27ba2e7cfa441a13b6d4486559553e921 /gnu/packages/firmware.scm | |
parent | eb87b634a7723111bdbc84f1971fe64bc96a8963 (diff) | |
download | guix-2987b2e0d2dba6569799452353890ce5e967898d.tar guix-2987b2e0d2dba6569799452353890ce5e967898d.tar.gz |
gnu: seabios: Update source URI.
* gnu/packages/firmware.scm (seabios)[source](uri): Download from seabios.org.
Diffstat (limited to 'gnu/packages/firmware.scm')
-rw-r--r-- | gnu/packages/firmware.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/firmware.scm b/gnu/packages/firmware.scm index 176eef5137..0b5a82e9e5 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 |