guix-commits
[Top][All Lists]
Advanced

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

01/01: website: download: Remove mips64el binary tarballs.


From: Ludovic Courtès
Subject: 01/01: website: download: Remove mips64el binary tarballs.
Date: Mon, 22 May 2017 09:24:10 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix-artwork.

commit 3100137378e0ce80f6769beeb8e266d0679e17a5
Author: Ludovic Courtès <address@hidden>
Date:   Mon May 22 15:23:26 2017 +0200

    website: download: Remove mips64el binary tarballs.
    
    * website/www/download.scm (download-page): Remove "mips64el".
---
 website/www/download.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/website/www/download.scm b/website/www/download.scm
index 887c6db..6d1cf54 100644
--- a/website/www/download.scm
+++ b/website/www/download.scm
@@ -1,5 +1,5 @@
 ;;; GuixSD website --- GNU's advanced distro website
-;;; Copyright © 2015, 2016 Ludovic Courtès <address@hidden>
+;;; Copyright © 2015, 2016, 2017 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2015 Mathieu Lirzin <address@hidden>
 ;;; Copyright © 2017 ng0 <address@hidden>
 ;;; Initially written by Luis Felipe López Acevedo <address@hidden>
@@ -140,8 +140,7 @@ Linux-based system.")
                             #:image %guixsd-image)
              ,(download-box (string-append "GNU Guix " (latest-guix-version)
                                            " Binary")
-                            #:files (guix-files '("x86_64" "i686" "mips64el"
-                                                  "armhf"))
+                            #:files (guix-files '("x86_64" "i686" "armhf"))
                             #:description %binary-tarball-description
                             #:manual %binary-tarball-manual
                             #:image %guix-image)



reply via email to

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