[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#59523] [PATCH v2 2/3] doc: contributing: Fix incorrect guix-patches
From: |
( |
Subject: |
[bug#59523] [PATCH v2 2/3] doc: contributing: Fix incorrect guix-patches address. |
Date: |
Sat, 26 Nov 2022 11:54:25 +0000 |
* doc/contributing.texi ("Submitting Patches")
["Sending a Patch Series"]<"Multiple Patches">: Correct
'guix-patches@debbugs.gnu.org' to 'guix-patches@gnu.org'.
---
doc/contributing.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/contributing.texi b/doc/contributing.texi
index 913c7cf436..d2c1d69f69 100644
--- a/doc/contributing.texi
+++ b/doc/contributing.texi
@@ -1515,7 +1515,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
--
2.38.1