* bug#30032: https://www.gnu.org/software/guix/contact/ misses link to mailman interface of bug-guix
@ 2018-01-08 19:33 Florian Paul Schmidt
2018-01-12 0:05 ` bug#30032: [PATCH] website: contact: Provide mailman link for bug-guix Gábor Boskovits
0 siblings, 1 reply; 2+ messages in thread
From: Florian Paul Schmidt @ 2018-01-08 19:33 UTC (permalink / raw)
To: 30032
The contact page on the guix website lists links to the mailman
interfaces of all mailing lists except for bug-guix.
Flo
^ permalink raw reply [flat|nested] 2+ messages in thread
* bug#30032: [PATCH] website: contact: Provide mailman link for bug-guix.
2018-01-08 19:33 bug#30032: https://www.gnu.org/software/guix/contact/ misses link to mailman interface of bug-guix Florian Paul Schmidt
@ 2018-01-12 0:05 ` Gábor Boskovits
0 siblings, 0 replies; 2+ messages in thread
From: Gábor Boskovits @ 2018-01-12 0:05 UTC (permalink / raw)
To: 30032
* 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(-)
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-01-12 0:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-08 19:33 bug#30032: https://www.gnu.org/software/guix/contact/ misses link to mailman interface of bug-guix Florian Paul Schmidt
2018-01-12 0:05 ` bug#30032: [PATCH] website: contact: Provide mailman link for bug-guix Gábor Boskovits
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).