diff mbox series

[v5,2/5] CONTRIBUTING: fix yocto ML link

Message ID 20230724204018.352695-2-p.lobacz@welotec.com
State New
Headers show
Series [v5,1/5] opkg-build: make sure destination dir exists | expand

Commit Message

Piotr Ɓobacz July 24, 2023, 8:40 p.m. UTC
From: Christian Hermann <mail@hermannch.dev>

Signed-off-by: Christian Hermann <mail@hermannch.dev>
Signed-off-by: Alex Stewart <alex.stewart@ni.com>
---
 CONTRIBUTING | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/CONTRIBUTING b/CONTRIBUTING
index 8da0fc4..ea6b4ed 100644
--- a/CONTRIBUTING
+++ b/CONTRIBUTING
@@ -46,7 +46,7 @@  changed to fix multiple bugs, that should be multiple patches.
 
 Opkg-utils is primarily used by the OpenEmbedded build system but may also be
 used by other embedded Linux projects. For now, please submit all patches to
-both the Yocto Project mailing list (yocto@yoctoproject.org) and the opkg mailing
+both the Yocto Project mailing list (yocto@lists.yoctoproject.org) and the opkg mailing
 list (opkg-devel@googlegroups.com), adding a subject prefix of "opkg-utils PATCH"
 (this prefix is necessary as the Yocto Project mailing list receives patches for
 many projects). Also make sure that you use the -M option on the command line or
@@ -57,7 +57,7 @@  opkg-utils directory it will all be done automatically when you use
 `git format-patch` or `git send-email`:
 
 	git config format.to "opkg-devel@googlegroups.com"
-	git config --add format.to "yocto@yoctoproject.org"
+	git config --add format.to "yocto@lists.yoctoproject.org"
 	git config format.subjectprefix "opkg-utils PATCH"
 	git config diff.renames copy