summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--website/www/about.scm20
-rw-r--r--website/www/contribute.scm13
2 files changed, 29 insertions, 4 deletions
diff --git a/website/www/about.scm b/website/www/about.scm
index e2afb95..19aa07e 100644
--- a/website/www/about.scm
+++ b/website/www/about.scm
@@ -1,5 +1,5 @@
;;; GuixSD website --- GNU's advanced distro website
-;;; Copyright © 2015, 2016 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2015, 2016, 2017 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2015 Mathieu Lirzin <mthl@openmailbox.org>
;;; Copyright © 2015 David Thompson <davet@gnu.org>
;;; Initially written by Luis Felipe López Acevedo <felipe.lopez@openmailbox.org>
@@ -141,6 +141,24 @@ System Distribution (GuixSD). "
(a (@ (href "http://lists.gnu.org/archive/html/bug-guix/2013-07/msg00039.html"))
" Until July 2013")
", the bug-Guix mailing list filled that role. ")
+ (p (a (@ (href "https://lists.gnu.org/mailman/listinfo/guix-patches"))
+ (b "guix-patches"))
+ (small " ("
+ (a (@ (href "https://lists.gnu.org/archive/html/guix-patches"))
+ "archive")
+ ")")
+ (br)
+ "Submission of patches. Every message sent to this "
+ "mailing list leads to a new entry in our "
+ (a (@ (href "//bugs.gnu.org/guix-patches"))
+ "patch tracking tool") ". See "
+ (a (@ (href "//debbugs.gnu.org/Advanced.html"))
+ "this page")
+ " for more information on how to use it. "
+ (a (@ (href "//lists.gnu.org/archive/html/guix-devel/2017-02/msg00627.html"))
+ "Until February 2017")
+ ", the guix-devel mailing list filled that role.")
+
(p (a (@ (href "https://lists.gnu.org/mailman/listinfo/bug-guix"))
(b "bug-guix"))
(small " ("
diff --git a/website/www/contribute.scm b/website/www/contribute.scm
index b8007cb..5446256 100644
--- a/website/www/contribute.scm
+++ b/website/www/contribute.scm
@@ -1,5 +1,5 @@
;;; GuixSD website --- GNU's advanced distro website
-;;; Copyright © 2015 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2015, 2017 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2015 Mathieu Lirzin <mthl@openmailbox.org>
;;; Initially written by Luis Felipe López Acevedo <felipe.lopez@openmailbox.org>
;;; who waives all copyright interest on this file.
@@ -103,7 +103,14 @@ distribution can be found "
(a (@ (href ,(guix-url "manual/html_node/Packaging-Guidelines.html")))
"in the manual")
". ")
- (a (@ (href "http://lists.gnu.org/mailman/listinfo/guix-devel")
+ (p "Check out the "
+ (a (@ (href ,(base-url "packages")))
+ "package database")
+ " for a list of available packages, and the "
+ (a (@ (href "//bugs.gnu.org/guix-patches"))
+ "patch-tracking database")
+ " for a list of pending submissions.")
+ (a (@ (href "//lists.gnu.org/mailman/listinfo/guix-patches")
(class "hlink-more-dark"))
"Send a new package"))
(div (@ (class "summary-box"))
@@ -128,7 +135,7 @@ for the components of the system. ")
"Contributing")
" section of the manual for more details on the development setup,
as well as the coding and cooperation conventions used in the project. ")
- (a (@ (href "http://lists.gnu.org/mailman/listinfo/guix-devel")
+ (a (@ (href "//lists.gnu.org/mailman/listinfo/guix-patches")
(class "hlink-more-dark"))
"Send a new patch"))
(div (@ (class "summary-box"))