From e56c1438100e276f3b8ffbb23c7ed74c9479f885 Mon Sep 17 00:00:00 2001 From: Sven Van Asbroeck Date: Fri, 23 Apr 2021 10:06:44 -0400 Subject: [PATCH] README.md: clarify how to subscribe to rust-for-linux mailing list Signed-off-by: Sven Van Asbroeck --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0670703f75938..71f4de465455e3 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ The goal of this project is to add support for the Rust language to the Linux kernel. This repository contains the work that will be eventually submitted for review to the LKML. -Feel free to contribute! To start, take a look at [`Documentation/rust`](https://github.com/Rust-for-Linux/linux/tree/rust/Documentation/rust). We use GitHub issues and PRs for the moment, but discussions, questions, etc. take place on the [`rust-for-linux@vger.kernel.org`](https://lore.kernel.org/rust-for-linux/) mailing list. +Feel free to contribute! To start, take a look at [`Documentation/rust`](https://github.com/Rust-for-Linux/linux/tree/rust/Documentation/rust). We use GitHub issues and PRs for the moment, but discussions, questions, etc. take place on the [`rust-for-linux@vger.kernel.org`](https://lore.kernel.org/rust-for-linux/) mailing list. Please see [this page](http://vger.kernel.org/vger-lists.html#rust-for-linux) to subscribe. Instructions on how to format the subscription e-mail can be found [here.](http://vger.kernel.org/majordomo-info.html#subscription) All contributors to this effort are understood to have agreed to the Linux kernel development process as explained in the different files under [`Documentation/process`](https://www.kernel.org/doc/html/latest/process/index.html).