guix-commits
[Top][All Lists]
Advanced

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

02/02: website: Mention relation between bug database and bug-guix.


From: Ludovic Courtès
Subject: 02/02: website: Mention relation between bug database and bug-guix.
Date: Tue, 22 Dec 2015 18:37:50 +0000

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

commit 7c1b0273001ce886684090889ddcbc72e598de65
Author: Ludovic Courtès <address@hidden>
Date:   Tue Dec 22 19:36:37 2015 +0100

    website: Mention relation between bug database and bug-guix.
    
    * website/www/about.scm (about-page): Mention bug database in
    description of bug-guix.
    * website/www/help.scm (help-page): Likewise.
---
 website/www/about.scm |    5 ++++-
 website/www/help.scm  |    4 +++-
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/website/www/about.scm b/website/www/about.scm
index 1e44802..3a7e5ea 100644
--- a/website/www/about.scm
+++ b/website/www/about.scm
@@ -141,7 +141,10 @@ System Distribution (GuixSD). "
                             "archive")
                          ")")
                   (br)
-                  "Bug reports for GNU Guix and the Guix System Distribution.")
+                   "Bug reports for GNU Guix and the Guix System
+Distribution.  Messages sent to this list populate the "
+                   (a (@ (href 
"https://debbugs.gnu.org/cgi/pkgreport.cgi?package=guix;max-bugs=100";))
+                      "bug database") ".")
                (p (a (@ (href 
"https://lists.gnu.org/mailman/listinfo/gnu-system-discuss";))
                      (b "gnu-system-discuss"))
                   (small " ("
diff --git a/website/www/help.scm b/website/www/help.scm
index 54362f2..66a662e 100644
--- a/website/www/help.scm
+++ b/website/www/help.scm
@@ -115,7 +115,9 @@ the Guix System Distribution (GuixSD).")
                                    ") ")
                             (br)
                             "Bug reports for GNU Guix and the Guix System
-Distribution. ")
+Distribution.  Messages sent to this list populate the "
+                             (a (@ (href 
"https://debbugs.gnu.org/cgi/pkgreport.cgi?package=guix;max-bugs=100";))
+                                "bug database") ".")
                          (a (@ (href ,(base-url "about#contact"))
                                (class "hlink-more-dark"))
                             "Check all the lists")))



reply via email to

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