* website/apps/base/data.scm: Provide mailman link for bug-guix
on contact site. Move mailto link to the text.
---
website/apps/base/data.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Toggle diff (18 lines)
diff --git a/website/apps/base/data.scm b/website/apps/base/data.scm
index 0abcc7a..03de749 100644
--- a/website/apps/base/data.scm
+++ b/website/apps/base/data.scm
@@ -47,8 +47,9 @@
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:bug-guix@gnu.org"
+ ". If it is not, please "
+ (a (@ (href "mailto:bug-guix@gnu.org")) "report it."))
+ #:url "https://lists.gnu.org/mailman/listinfo/bug-guix"
#:log "https://bugs.gnu.org/guix")
(contact
--
2.15.1