[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: website: download: Fix ISO file names.
From: |
Ludovic Courtès |
Subject: |
01/01: website: download: Fix ISO file names. |
Date: |
Thu, 7 Dec 2017 09:31:49 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix-artwork.
commit 068b95285f3f21ecf540632a2d70502367b79170
Author: Ludovic Courtès <address@hidden>
Date: Thu Dec 7 15:31:07 2017 +0100
website: download: Fix ISO file names.
Reported by kmicu on #guix.
* website/apps/download/data.scm (system-downloads): Adjust GuixSD
ISO file names.
---
website/apps/download/data.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/website/apps/download/data.scm b/website/apps/download/data.scm
index bd325cf..b819c53 100644
--- a/website/apps/download/data.scm
+++ b/website/apps/download/data.scm
@@ -31,10 +31,10 @@
(a (@ (href ,(guix-url "contribute"))) "help") "!")
(p "USB/DVD ISO installer of the Guix System Distribution."))
#:image (guix-url "static/base/img/GuixSD-package.png")
- #:base-url (string-append
"https://alpha.gnu.org/gnu/guix/guixsd-usb-install-"
+ #:base-url (string-append "https://alpha.gnu.org/gnu/guix/guixsd-install-"
(latest-guix-version) ".")
- #:variants (list (variant "x86_64" "x86_64-linux.xz")
- (variant "i686" "i686-linux.xz"))
+ #:variants (list (variant "x86_64" "x86_64-linux.iso.xz")
+ (variant "i686" "i686-linux.iso.xz"))
#:manual (manual-url "System-Installation.html"))
(download