README: update mailing list to new groups.io

Also add Zeus keyword

Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Armin Kuster
2019-12-03 18:49:38 -08:00
parent 6e4339f350
commit a09c596ea9
+4 -4
View File
@@ -52,15 +52,15 @@ other layers needed. e.g.:
Maintenance
-----------
Send pull requests, patches, comments or questions to yocto@yoctoproject.org
Send pull requests, patches, comments or questions to yocto@lists.yoctoproject.org
When sending single patches, please using something like:
'git send-email -1 --to yocto@yoctoproject.org --subject-prefix=meta-security][PATCH'
'git send-email -1 --to yocto@lists.yoctoproject.org --subject-prefix=meta-security][zeus][PATCH'
These values can be set as defaults for this repository:
$ git config sendemail.to yocto@yoctoproject.org
$ git config format.subjectPrefix meta-security][PATCH
$ git config sendemail.to yocto@lists.yoctoproject.org
$ git config format.subjectPrefix meta-security][zeus][PATCH
Now you can just do 'git send-email origin/master' to send all local patches.