From 3100137378e0ce80f6769beeb8e266d0679e17a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Mon, 22 May 2017 15:23:26 +0200 Subject: 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 +;;; Copyright © 2015, 2016, 2017 Ludovic Courtès ;;; Copyright © 2015 Mathieu Lirzin ;;; Copyright © 2017 ng0 ;;; Initially written by Luis Felipe López Acevedo @@ -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) -- cgit v1.2.3