summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-12-22 19:34:15 +0100
committerLudovic Courtès <ludo@gnu.org>2015-12-22 19:36:25 +0100
commit68f721bddd6b539d607835dba41c38cb8735eafb (patch)
tree523e2cb14a2623d52f983bf58e91518ac7f7ea12
parent096e226de8126eb460c69d7c0645a735cb1f5a87 (diff)
downloadguix-artwork-68f721bddd6b539d607835dba41c38cb8735eafb.tar
guix-artwork-68f721bddd6b539d607835dba41c38cb8735eafb.tar.gz
website: Add 'help-guix@gnu.org'.
* website/www.scm (main-page): Mention help-guix instead of guix-devel. * website/www/about.scm (about-page): Add help-guix. * website/www/help.scm (help-page): Likewise.
-rw-r--r--website/www.scm8
-rw-r--r--website/www/about.scm16
-rw-r--r--website/www/help.scm9
3 files changed, 24 insertions, 9 deletions
diff --git a/website/www.scm b/website/www.scm
index c4d7fcf..dfb7367 100644
--- a/website/www.scm
+++ b/website/www.scm
@@ -294,14 +294,14 @@ check whether the bug is already in the "
(div (@ (class "info-box text-left"))
(h3 "Mailing Lists")
- (p (a (@ (href "https://lists.gnu.org/mailman/listinfo/guix-devel"))
- (b "guix-devel"))
+ (p (a (@ (href "https://lists.gnu.org/mailman/listinfo/help-guix"))
+ (b "help-guix"))
(small " ("
- (a (@ (href "https://lists.gnu.org/archive/html/guix-devel"))
+ (a (@ (href "https://lists.gnu.org/archive/html/help-guix"))
"archive")
")")
(br)
- "Discussion about the development of GNU Guix and
+ "Support for users of GNU Guix and
the Guix System Distribution (GuixSD).")
(p (a (@ (href "https://lists.gnu.org/mailman/listinfo/bug-guix"))
(b "bug-guix"))
diff --git a/website/www/about.scm b/website/www/about.scm
index bd109b7..1e44802 100644
--- a/website/www/about.scm
+++ b/website/www/about.scm
@@ -108,6 +108,20 @@ it under the terms of the "
version\xa03 of the License, or (at your option) any later version. ")
(h2 (@ (id "contact")) "Contact")
+
+ (p (a (@ (href "https://lists.gnu.org/mailman/listinfo/help-guix"))
+ (b "help-guix"))
+ (small " ("
+ (a (@ (href "https://lists.gnu.org/archive/html/help-guix"))
+ "archive")
+ ") ")
+ (br)
+ "Support for users of GNU Guix and
+the Guix System Distribution (GuixSD). "
+ (a (@ (href
+ "https://lists.gnu.org/archive/html/guix-devel/2015-12/msg00584.html"))
+ "Until December 2015")
+ ", the Guix-devel mailing list filled that role.")
(p (a (@ (href "https://lists.gnu.org/mailman/listinfo/guix-devel"))
(b "guix-devel"))
(small " ("
@@ -156,7 +170,7 @@ System Distribution (GuixSD). "
are made on "
(a (@ (href "http://lists.gnu.org/mailman/listinfo/info-gnu"))
"info-gnu")
- "("
+ " ("
(a (@ (href "http://lists.gnu.org/archive/html/info-gnu/"))
"archive")
")."))
diff --git a/website/www/help.scm b/website/www/help.scm
index 52c0d4e..54362f2 100644
--- a/website/www/help.scm
+++ b/website/www/help.scm
@@ -97,14 +97,15 @@ browsed online. See the "
(p "Email support from the community is also available
through the following mailing lists. The messages sent to the lists are public
and archived online.")
- (p (a (@ (href "https://lists.gnu.org/mailman/listinfo/guix-devel"))
- (b "guix-devel"))
+
+ (p (a (@ (href "https://lists.gnu.org/mailman/listinfo/help-guix"))
+ (b "help-guix"))
(small " ("
- (a (@ (href "https://lists.gnu.org/archive/html/guix-devel"))
+ (a (@ (href "https://lists.gnu.org/archive/html/help-guix"))
"archive")
") ")
(br)
- "Discussion about the development of GNU Guix and
+ "Support for users of GNU Guix and
the Guix System Distribution (GuixSD).")
(p (a (@ (href "https://lists.gnu.org/mailman/listinfo/bug-guix"))
(b "bug-guix"))