mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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>
This commit is contained in:
parent
bba1e723b0
commit
9b3c194c2d
1 changed files with 1 additions and 1 deletions
|
@ -1514,7 +1514,7 @@ that we can send the rest of the patches to.
|
||||||
|
|
||||||
@example
|
@example
|
||||||
$ git send-email outgoing/0000-cover-letter.patch -a \
|
$ 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 ...)
|
$(etc/teams.scm cc-members ...)
|
||||||
$ rm outgoing/0000-cover-letter.patch # we don't want to resend it!
|
$ rm outgoing/0000-cover-letter.patch # we don't want to resend it!
|
||||||
@end example
|
@end example
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue