diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-12-18 01:00:00 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-12-18 01:00:10 +0100 |
commit | 9cadac9787a03093550a1132bf7d20eb4eaf4df9 (patch) | |
tree | bedc9632892c6c38975862b8e35818dd67288056 | |
parent | 1cb49932d7f43e68b6ef6e07c20b562682f7f279 (diff) | |
download | guix-9cadac9787a03093550a1132bf7d20eb4eaf4df9.tar guix-9cadac9787a03093550a1132bf7d20eb4eaf4df9.tar.gz |
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>.
-rw-r--r-- | doc/contributing.texi | 2 |
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 |