From 9b3c194c2d189f650f6e80194a74bbcbfa45d1d6 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Tue, 21 Jan 2025 13:48:59 -0500 Subject: 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 --- doc/contributing.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/contributing.texi b/doc/contributing.texi index 6a8ffd65244..efc2a05cce4 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 -- cgit v1.2.3