summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2019-12-03 18:49:38 -0800
committerArmin Kuster <akuster808@gmail.com>2019-12-05 18:00:46 -0800
commit2df7dd9fba2b8c31061ebd863a1cf66079673ab7 (patch)
tree5b76598b61bb69de4a7da3b503957c9660254cdc
parent5b1d0ff41442bc9d91d3bbb39ed550783814dddc (diff)
downloadmeta-security-2df7dd9fba2b8c31061ebd863a1cf66079673ab7.tar.gz
README: update mailing list to new groups.io
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 5abb0e2..c419d50 100644
--- a/README
+++ b/README
@@ -52,14 +52,14 @@ 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][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][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.