diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2024-06-18 22:22:51 +0200 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2024-07-01 07:07:58 -0400 |
commit | 81d5a6edc780fe8c94efe37842e52f7cc56957ae (patch) | |
tree | cbb0c5b507311576ac81a34e2c579b37fe103307 | |
parent | e674c91b6528092c8402b32e6aa5ef9234356be1 (diff) | |
download | meta-security-81d5a6edc780fe8c94efe37842e52f7cc56957ae.tar.gz |
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>
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -76,7 +76,7 @@ When sending single patches, please using something like: | |||
76 | 76 | ||
77 | These values can be set as defaults for this repository: | 77 | These values can be set as defaults for this repository: |
78 | 78 | ||
79 | $ git config sendemail.to yocto@lists.yoctoproject.org | 79 | $ git config sendemail.to yocto-patches@lists.yoctoproject.org |
80 | $ git config format.subjectPrefix meta-security][PATCH | 80 | $ git config format.subjectPrefix meta-security][PATCH |
81 | 81 | ||
82 | Now you can just do 'git send-email origin/master' to send all local patches. | 82 | Now you can just do 'git send-email origin/master' to send all local patches. |