diff options
author | Ludovic Courtès <ludo@gnu.org> | 2017-05-22 15:23:26 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-05-22 15:23:26 +0200 |
commit | 3100137378e0ce80f6769beeb8e266d0679e17a5 (patch) | |
tree | 1d525cc75fdd211b40c6cdda2ea92095843233ee /website | |
parent | ab8f89cd952bbb3d4e8c0f6b760d32f14d0ec5ab (diff) | |
download | guix-artwork-3100137378e0ce80f6769beeb8e266d0679e17a5.tar guix-artwork-3100137378e0ce80f6769beeb8e266d0679e17a5.tar.gz |
website: download: Remove mips64el binary tarballs.
* website/www/download.scm (download-page): Remove "mips64el".
Diffstat (limited to 'website')
-rw-r--r-- | website/www/download.scm | 5 |
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) |