summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"))