diff options
author | Taylan Ulrich Bayırlı/Kammer <taylanbayirli@gmail.com> | 2016-12-24 22:14:18 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-12-29 23:08:47 +0100 |
commit | da126ece3b8a3e02cdbcfda170831b86da69b1da (patch) | |
tree | 729d3383f499ac0966eb4abbbe19e05e171c0126 /website | |
parent | e131ddb376a9fa8a305eccb86a4f57a75745f267 (diff) | |
download | guix-artwork-da126ece3b8a3e02cdbcfda170831b86da69b1da.tar guix-artwork-da126ece3b8a3e02cdbcfda170831b86da69b1da.tar.gz |
website: about: Refine paragraph about GuixSD.
* website/www/about.scm (about-page): Say that GuixSD is a distribution
of GNU and not a GNU/Linux distribution. Mention use of Linux-libre
by default and support of Hurd.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'website')
-rw-r--r-- | website/www/about.scm | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/website/www/about.scm b/website/www/about.scm index 38f3a1e..e2afb95 100644 --- a/website/www/about.scm +++ b/website/www/about.scm @@ -48,8 +48,15 @@ volunteers around the world under the umbrella of the " "GNU Project") ". " " This is the official web site for both projects. ") - (p "GuixSD is a GNU/Linux distribution committed to -respecting and enhancing " + (p "GuixSD (Guix System Distribution) is a distribution of the " + (a (@ (href ,(gnu-url ""))) "GNU operating system") + " centered on the GNU Guix package manager. It uses the " + (a (@ (href ,(gnu-url "software/linux-libre"))) + "Linux-libre") + " kernel, and support for " + (a (@ (href ,(gnu-url "software/hurd"))) "the Hurd") + " is being worked on. As a GNU +distribution, it is committed to respecting and enhancing " (a (@ (href ,(gnu-url "philosophy/free-sw.html"))) "the freedom of its users") ". As such, it adheres to the " |