summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2017-05-22 15:23:26 +0200
committerLudovic Courtès <ludo@gnu.org>2017-05-22 15:23:26 +0200
commit3100137378e0ce80f6769beeb8e266d0679e17a5 (patch)
tree1d525cc75fdd211b40c6cdda2ea92095843233ee
parentab8f89cd952bbb3d4e8c0f6b760d32f14d0ec5ab (diff)
downloadguix-artwork-3100137378e0ce80f6769beeb8e266d0679e17a5.tar
guix-artwork-3100137378e0ce80f6769beeb8e266d0679e17a5.tar.gz
website: download: Remove mips64el binary tarballs.
* website/www/download.scm (download-page): Remove "mips64el".
-rw-r--r--website/www/download.scm5
1 files 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 <ludo@gnu.org>
+;;; Copyright © 2015, 2016, 2017 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2015 Mathieu Lirzin <mthl@openmailbox.org>
;;; Copyright © 2017 ng0 <contact.ng0@cryptolab.net>
;;; Initially written by Luis Felipe López Acevedo <felipe.lopez@openmailbox.org>
@@ -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)