guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: website: Mention address@hidden


From: Ludovic Courtès
Subject: 01/02: website: Mention address@hidden
Date: Tue, 14 Feb 2017 11:19:42 -0500 (EST)

civodul pushed a commit to branch master
in repository guix-artwork.

commit 2a45468f4e7616e54e74a80fa20841e54fc6e42b
Author: Ludovic Courtès <address@hidden>
Date:   Tue Feb 14 17:06:05 2017 +0100

    website: Mention address@hidden
    
    * website/www/about.scm (about-page): Add address@hidden
    * website/www/contribute.scm (contribute-page): Mention
    address@hidden in a couple of places.
---
 website/www/about.scm      | 20 +++++++++++++++++++-
 website/www/contribute.scm | 13 ++++++++++---
 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 <address@hidden>
+;;; Copyright © 2015, 2016, 2017 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2015 Mathieu Lirzin <address@hidden>
 ;;; Copyright © 2015 David Thompson <address@hidden>
 ;;; Initially written by Luis Felipe López Acevedo <address@hidden>
@@ -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 <address@hidden>
+;;; Copyright © 2015, 2017 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2015 Mathieu Lirzin <address@hidden>
 ;;; Initially written by Luis Felipe López Acevedo <address@hidden>
 ;;; 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"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]