https://www.gnu.org/software/guix/contact/ misses link to mailman interface of bug-guix

  • Done
  • quality assurance status badge
Details
3 participants
  • Gábor Boskovits
  • Florian Paul Schmidt
  • Ricardo Wurmus
Owner
unassigned
Submitted by
Florian Paul Schmidt
Severity
normal
F
F
Florian Paul Schmidt wrote on 8 Jan 2018 20:33
(address . bug-guix@gnu.org)
8cb19035-cff4-aafb-a7b6-473cb76604d2@uni-bielefeld.de
The contact page on the guix website lists links to the mailman
interfaces of all mailing lists except for bug-guix.

Flo
G
G
Gábor Boskovits wrote on 12 Jan 2018 01:05
[PATCH] website: contact: Provide mailman link for bug-guix.
(address . 30032@debbugs.gnu.org)(name . Gábor Boskovits)(address . boskovits@gmail.com)
20180112000534.15482-1-boskovits@gmail.com
* 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
R
R
Ricardo Wurmus wrote on 4 Feb 2019 09:04
control message for bug #30032
(address . control@debbugs.gnu.org)
168b78923ed.1b9444cf-25906133.3935643512411242750@zoho.com
tags 30032 fixed
close 30032
?
Your comment

This issue is archived.

To comment on this conversation send an email to 30032@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 30032
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch