diff mbox series

[meta-security,2/2] README.md: fix sendemail.to value

Message ID 20240618202251.1850637-2-martin.jansa@gmail.com
State New
Headers show
Series [meta-security,1/2] {tcp,udp}-smack-test: fix few more implicit-function-declaration issues fatal with gcc-14 | expand

Commit Message

Martin Jansa June 18, 2024, 8:22 p.m. UTC
* other places were updated to use yocto-patches, but not this one
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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:
 
 These values can be set as defaults for this repository:
 
-$ git config sendemail.to yocto@lists.yoctoproject.org
+$ git config sendemail.to yocto-patches@lists.yoctoproject.org
 $ git config format.subjectPrefix meta-security][PATCH
 
 Now you can just do 'git send-email origin/master' to send all local patches.