guix-commits
[Top][All Lists]
Advanced

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

01/02: website: contact: Provide mailman link for bug-guix.


From: Ludovic Courtès
Subject: 01/02: website: contact: Provide mailman link for bug-guix.
Date: Tue, 24 Apr 2018 11:50:47 -0400 (EDT)

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

commit 7b1ca4c6a6b8b8b4d634780994b51d2a14730b82
Author: Gábor Boskovits <address@hidden>
Date:   Fri Jan 12 01:05:34 2018 +0100

    website: contact: Provide mailman link for bug-guix.
    
    * website/apps/base/data.scm: Provide mailman link for bug-guix
    on contact site. Move mailto link to the text.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 website/apps/base/data.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/website/apps/base/data.scm b/website/apps/base/data.scm
index 58fb96d..a828009 100644
--- a/website/apps/base/data.scm
+++ b/website/apps/base/data.scm
@@ -86,8 +86,9 @@ het Nederlands.")
       already in the "
       (a (@ (href 
"https://debbugs.gnu.org/cgi/pkgreport.cgi?package=guix;max-bugs=100";))
         "bug database")
-      ". If it is not, please report it.")
-    #:url "mailto:address@hidden";
+      ". If it is not, please "
+      (a (@ (href "mailto:address@hidden";)) "report it."))
+    #:url "https://lists.gnu.org/mailman/listinfo/bug-guix";
     #:log "https://bugs.gnu.org/guix";)
 
    (contact



reply via email to

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