diff mbox series

ODP: [OE-Core][PATCH v5 2/5] CONTRIBUTING: fix yocto ML link

Message ID VI1PR04MB5373622B600F9B8AF4803F1F9102A@VI1PR04MB5373.eurprd04.prod.outlook.com
State New
Headers show
Series ODP: [OE-Core][PATCH v5 2/5] CONTRIBUTING: fix yocto ML link | expand

Commit Message

Piotr Ɓobacz July 24, 2023, 8:41 p.m. UTC
I'm sorry for these emails. They wer sent by mistake.

BR
Piotr
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