summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2019-12-03 18:49:38 -0800
committerArmin Kuster <akuster808@gmail.com>2020-01-04 15:49:14 -0800
commita09c596ea96cbf657c7b7ce7885fec9c41971b4c (patch)
tree3730d94e427cb46fd67583581de58570ba607a2c
parent6e4339f350df7ab44f61441fb3192e6460f469a6 (diff)
downloadmeta-security-a09c596ea96cbf657c7b7ce7885fec9c41971b4c.tar.gz
README: update mailing list to new groups.io
Also add Zeus keyword Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 5abb0e2..634d412 100644
--- a/README
+++ b/README
@@ -52,15 +52,15 @@ other layers needed. e.g.:
52Maintenance 52Maintenance
53----------- 53-----------
54 54
55Send pull requests, patches, comments or questions to yocto@yoctoproject.org 55Send pull requests, patches, comments or questions to yocto@lists.yoctoproject.org
56 56
57When sending single patches, please using something like: 57When sending single patches, please using something like:
58'git send-email -1 --to yocto@yoctoproject.org --subject-prefix=meta-security][PATCH' 58'git send-email -1 --to yocto@lists.yoctoproject.org --subject-prefix=meta-security][zeus][PATCH'
59 59
60These values can be set as defaults for this repository: 60These values can be set as defaults for this repository:
61 61
62$ git config sendemail.to yocto@yoctoproject.org 62$ git config sendemail.to yocto@lists.yoctoproject.org
63$ git config format.subjectPrefix meta-security][PATCH 63$ git config format.subjectPrefix meta-security][zeus][PATCH
64 64
65Now you can just do 'git send-email origin/master' to send all local patches. 65Now you can just do 'git send-email origin/master' to send all local patches.
66 66