diff options
author | Andrei Gherzan <andrei@gherzan.com> | 2021-11-14 01:13:32 +0000 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.com> | 2021-11-14 01:13:35 +0000 |
commit | da03175b912d6ad0eec09cdd21f8ef763d8822ef (patch) | |
tree | 7c71c4155c72553138a27b9ffa0fa876af142090 /docs/contributing.md | |
parent | cecf45083a83d86756e45589caec92381a90b89e (diff) | |
download | meta-raspberrypi-da03175b912d6ad0eec09cdd21f8ef763d8822ef.tar.gz |
Update references to Yocto mailing list
The mailing list infrastructure at Yocto project changed (for a good
while now) but we still reference the old address/links. Update them
accordingly.
Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
Diffstat (limited to 'docs/contributing.md')
-rw-r--r-- | docs/contributing.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/contributing.md b/docs/contributing.md index 7d18400..5b712ae 100644 --- a/docs/contributing.md +++ b/docs/contributing.md | |||
@@ -4,8 +4,8 @@ | |||
4 | 4 | ||
5 | The main communication tool in use is the Yocto Project mailing list: | 5 | The main communication tool in use is the Yocto Project mailing list: |
6 | 6 | ||
7 | * <yocto@yoctoproject.org> | 7 | * <yocto@lists.yoctoproject.org> |
8 | * <https://lists.yoctoproject.org/listinfo/yocto> | 8 | * <https://lists.yoctoproject.org/g/yocto> |
9 | 9 | ||
10 | Feel free to ask any kind of questions but please always prepend your email | 10 | Feel free to ask any kind of questions but please always prepend your email |
11 | subject with `[meta-raspberrypi]` as this is the global *Yocto* mailing | 11 | subject with `[meta-raspberrypi]` as this is the global *Yocto* mailing |
@@ -84,7 +84,7 @@ sure to use the following formatting for the message subject: | |||
84 | 84 | ||
85 | Then, for sending patches to the mailing list, you may use this command: | 85 | Then, for sending patches to the mailing list, you may use this command: |
86 | 86 | ||
87 | git send-email --to yocto@yoctoproject.org <generated patch> | 87 | git send-email --to yocto@lists.yoctoproject.org <generated patch> |
88 | 88 | ||
89 | ## GitHub issues | 89 | ## GitHub issues |
90 | 90 | ||