From 18f7bfca3ac6f5c4502ce05de6e5e4fa5360e759 Mon Sep 17 00:00:00 2001 From: Christian Hermann Date: Thu, 25 Feb 2021 15:00:01 +0100 Subject: [PATCH] CONTRIBUTING: fix yocto ML link Signed-off-by: Christian Hermann Signed-off-by: Alex Stewart --- CONTRIBUTING | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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