README.md: fix sendemail.to value

* other places were updated to use yocto-patches, but not this one

Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Martin Jansa
2024-06-18 22:22:51 +02:00
committed by Armin Kuster
parent e674c91b65
commit 81d5a6edc7

View File

@@ -76,7 +76,7 @@ When sending single patches, please using something like:
These values can be set as defaults for this repository:
$ git config sendemail.to yocto@lists.yoctoproject.org
$ git config sendemail.to yocto-patches@lists.yoctoproject.org
$ git config format.subjectPrefix meta-security][PATCH
Now you can just do 'git send-email origin/master' to send all local patches.