diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-09-05 19:18:31 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-09-05 19:18:31 +0200 |
commit | 10af328ff7e848130f11aa18b612ca32f829d89a (patch) | |
tree | 1927416b8db9b550b86b40e390b4a0ae308a9e5b | |
parent | bc2533c6cd41ac3e9e53ab45f66ead3e7da3504e (diff) | |
download | guix-artwork-10af328ff7e848130f11aa18b612ca32f829d89a.tar guix-artwork-10af328ff7e848130f11aa18b612ca32f829d89a.tar.gz |
website: donate: Update wording for armv7.
* website/www/donate.scm (donate-page): Update wording for armv7
donations.
-rw-r--r-- | website/www/donate.scm | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/website/www/donate.scm b/website/www/donate.scm index 1c78ab6..d521434 100644 --- a/website/www/donate.scm +++ b/website/www/donate.scm @@ -49,11 +49,8 @@ donations of hardware and optionally hosting for the following kinds of machines (they should be usable with exclusively free software): ") (ul (li "x86_64 machines, with on the order of 1\xa0TiB of storage and 4\xa0GiB of RAM;") - (li "armv7 machines that would allow us to provide pre-built -binaries for the " - (a (@ (href "https://savannah.gnu.org/forum/forum.php?forum_id=8175")) - "recently-added ARM port") - ";") + (li "armv7 machines (such as the Novena) to more quickly +test and provide binaries for the " (tt "armhf-linux") " port;") (li "mips64el machines to strengthen this port.")) (p "Please get in touch with us through the " (a (@ (href ,(base-url "about/#contact"))) |