From mboxrd@z Thu Jan 1 00:00:00 1970 From: taylanbayirli@gmail.com (Taylan Ulrich =?UTF-8?Q?Bay=C4=B1rl=C4=B1/Kammer?=) Subject: bug#25254: [minor] 'About' page says GuixSD is a "GNU/Linux distribution" Date: Sat, 24 Dec 2016 22:24:07 +0100 Message-ID: <87vau9c96w.fsf@gmail.com> References: <87r34ywqat.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42608) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cKthd-0002ck-Fx for bug-guix@gnu.org; Sat, 24 Dec 2016 16:18:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cKtha-0006HD-BX for bug-guix@gnu.org; Sat, 24 Dec 2016 16:18:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:38687) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cKtha-0006H9-6D for bug-guix@gnu.org; Sat, 24 Dec 2016 16:18:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cKthZ-0000I4-Ty for bug-guix@gnu.org; Sat, 24 Dec 2016 16:18:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87r34ywqat.fsf@gmail.com> ("Taylan Ulrich \=\?utf-8\?Q\?\=5C\=22Ba\?\= \=\?utf-8\?Q\?y\=C4\=B1rl\=C4\=B1\=2FKammer\=5C\=22\=22's\?\= message of "Fri, 23 Dec 2016 17:42:02 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 25254@debbugs.gnu.org --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable taylanbayirli@gmail.com (Taylan Ulrich "Bay=C4=B1rl=C4=B1/Kammer") writes: > It would be better to be consistent with the home page and make clear > that GuixSD is a GNU distribution, with Linux-libre being the default > kernel for the foreseeable future. Here's a patch to the guix-artwork repo to make the change. --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=0001-website-about-Say-GNU-not-GNU-Linux.patch >From 9efbe9a4e7bba28aa593310ef537302dff909e0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Taylan=20Ulrich=20Bay=C4=B1rl=C4=B1/Kammer?= Date: Sat, 24 Dec 2016 22:14:18 +0100 Subject: [PATCH] website: about: Say "GNU" not "GNU/Linux". * website/www/about.scm (about-page): Say that GuixSD is a "GNU distribution" and not a "GNU/Linux distribution". This is consistent with the home page. --- website/www/about.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/www/about.scm b/website/www/about.scm index 38f3a1e..4694c08 100644 --- a/website/www/about.scm +++ b/website/www/about.scm @@ -48,8 +48,8 @@ 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 is a GNU distribution committed to respecting +and enhancing " (a (@ (href ,(gnu-url "philosophy/free-sw.html"))) "the freedom of its users") ". As such, it adheres to the " -- 2.10.2 --=-=-=--