summaryrefslogtreecommitdiff
path: root/website/www/contribute.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2017-02-14 17:06:05 +0100
committerLudovic Courtès <ludo@gnu.org>2017-02-14 17:10:21 +0100
commit2a45468f4e7616e54e74a80fa20841e54fc6e42b (patch)
tree91d9d15d79fa8517dd3f0e6617475f6e3950e27f /website/www/contribute.scm
parent19b3da7be00a22b1025efbfed9b3a628f45e8271 (diff)
downloadguix-artwork-2a45468f4e7616e54e74a80fa20841e54fc6e42b.tar
guix-artwork-2a45468f4e7616e54e74a80fa20841e54fc6e42b.tar.gz
website: Mention guix-patches@gnu.org.
* website/www/about.scm (about-page): Add guix-patches@gnu.org. * website/www/contribute.scm (contribute-page): Mention guix-patches@gnu.org in a couple of places.
Diffstat (limited to 'website/www/contribute.scm')
-rw-r--r--website/www/contribute.scm13
1 files changed, 10 insertions, 3 deletions
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"))