diff options
author | Leo Famulari <leo@famulari.name> | 2025-01-21 13:48:59 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2025-03-12 22:46:28 +0900 |
commit | 9b3c194c2d189f650f6e80194a74bbcbfa45d1d6 (patch) | |
tree | 8d824fe5d4cf50c9981a1267d55629776fcc91da | |
parent | bba1e723b0ae81b377e0927a2f19bcc8b7b79479 (diff) |
doc: Use the correct patch submission email address.
Reported by sleep_walker on #guix.
* doc/contributing.texi (Sending a Patch Series): Fix the email address
in the example.
Change-Id: If81243f9f23128a62201a77d328c158de94a4683
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
-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 |