This is an automated email from the git hooks/post-receive script.
nckx pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 9cadac9787 doc: Fix typo.
9cadac9787 is described below
commit 9cadac9787a03093550a1132bf7d20eb4eaf4df9
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sun Dec 18 01:00:00 2022 +0100
doc: Fix typo.
* doc/contributing.texi (Sending a Patch Series): Fix e-mail address of
<[email protected]>.
Reported by Denis 'GNUtoo' Carikli <[email protected]>.
---
doc/contributing.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/contributing.texi b/doc/contributing.texi
index 6a8ffd6524..efc2a05cce 100644
--- a/doc/contributing.texi
+++ b/doc/contributing.texi
@@ -1514,7 +1514,7 @@ that we can send the rest of the patches to.
@example
$ git send-email outgoing/0000-cover-letter.patch -a \
- --to=guix-patches@@debbugs.gnu.org \
+ --to=guix-patches@@gnu.org \
$(etc/teams.scm cc-members ...)
$ rm outgoing/0000-cover-letter.patch # we don't want to resend it!
@end example