diff mbox series

[psplash,2/2] README: Update mailing list to point to yocto-patches ml

Message ID 20250318033858.2400370-2-raj.khem@gmail.com
State New
Headers show
Series [psplash,1/2] psplash: Only define bool if using C standard older than C23 | expand

Commit Message

Khem Raj March 18, 2025, 3:38 a.m. UTC
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 README | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/README b/README
index 23d5bcd..7c61e0b 100644
--- a/README
+++ b/README
@@ -12,7 +12,7 @@  psplash such as boot progress information.
 Contributing
 ============
 To contribute to this layer you should submit the patches for review to the
-mailing list (yocto@yoctoproject.org).
+mailing list (yocto-patches@lists.yoctoproject.org).
 
 Please refer to
     http://openembedded.org/wiki/Commit_Patch_Message_Guidelines
@@ -25,4 +25,4 @@  When creating patches, please use something like:
     git format-patch -M -s --subject-prefix='psplash][PATCH' origin
 
 When sending patches, please use something like:
-    git send-email --to yocto@lists.yoctoproject.org <generated patch>
+    git send-email --to yocto-patches@lists.yoctoproject.org <generated patch>