summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2024-06-18 22:22:51 +0200
committerArmin Kuster <akuster808@gmail.com>2024-07-01 07:07:58 -0400
commit81d5a6edc780fe8c94efe37842e52f7cc56957ae (patch)
treecbb0c5b507311576ac81a34e2c579b37fe103307
parente674c91b6528092c8402b32e6aa5ef9234356be1 (diff)
downloadmeta-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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3e092a9..6c24c2e 100644
--- a/README.md
+++ b/README.md
@@ -76,7 +76,7 @@ When sending single patches, please using something like:
76 76
77These values can be set as defaults for this repository: 77These 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
82Now you can just do 'git send-email origin/master' to send all local patches. 82Now you can just do 'git send-email origin/master' to send all local patches.