summaryrefslogtreecommitdiff
path: root/doc/contributing.texi
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2022-12-18 01:00:00 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2022-12-18 01:00:10 +0100
commit9cadac9787a03093550a1132bf7d20eb4eaf4df9 (patch)
treebedc9632892c6c38975862b8e35818dd67288056 /doc/contributing.texi
parent1cb49932d7f43e68b6ef6e07c20b562682f7f279 (diff)
doc: Fix typo.
* doc/contributing.texi (Sending a Patch Series): Fix e-mail address of <guix-patches@gnu.org>. Reported by Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>.
Diffstat (limited to 'doc/contributing.texi')
-rw-r--r--doc/contributing.texi2
1 files changed, 1 insertions, 1 deletions
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