diff options
author | Armin Kuster <akuster808@gmail.com> | 2019-12-03 18:49:38 -0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2019-12-05 18:00:46 -0800 |
commit | 2df7dd9fba2b8c31061ebd863a1cf66079673ab7 (patch) | |
tree | 5b76598b61bb69de4a7da3b503957c9660254cdc | |
parent | 5b1d0ff41442bc9d91d3bbb39ed550783814dddc (diff) | |
download | meta-security-2df7dd9fba2b8c31061ebd863a1cf66079673ab7.tar.gz |
README: update mailing list to new groups.io
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -52,14 +52,14 @@ other layers needed. e.g.: | |||
52 | Maintenance | 52 | Maintenance |
53 | ----------- | 53 | ----------- |
54 | 54 | ||
55 | Send pull requests, patches, comments or questions to yocto@yoctoproject.org | 55 | Send pull requests, patches, comments or questions to yocto@lists.yoctoproject.org |
56 | 56 | ||
57 | When sending single patches, please using something like: | 57 | When 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 | ||
60 | These values can be set as defaults for this repository: | 60 | These 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 | ||
65 | Now you can just do 'git send-email origin/master' to send all local patches. | 65 | Now you can just do 'git send-email origin/master' to send all local patches. |