2023-07-20 14:48:10

by Hu Haowen

[permalink] [raw]
Subject: [PATCH] docs/zh_TW: remove the mailing list entry for zh_TW

Due to some reasons the current mailing list will be revoked and new one
will replace it in the future, hence remove the entry from MAINTAINERS
ahead of time.

Signed-off-by: Hu Haowen <[email protected]>
---
MAINTAINERS | 1 -
1 file changed, 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index a5c16bb92fe2..36e67c46a4a6 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -21707,7 +21707,6 @@ F: kernel/trace/trace_sched_wakeup.c

TRADITIONAL CHINESE DOCUMENTATION
M: Hu Haowen <[email protected]>
-L: [email protected] (moderated for non-subscribers)
S: Maintained
W: https://github.com/srcres258/linux-doc
T: git git://github.com/srcres258/linux-doc.git doc-zh-tw
--
2.34.1



2023-07-21 20:12:45

by Jonathan Corbet

[permalink] [raw]
Subject: Re: [PATCH] docs/zh_TW: remove the mailing list entry for zh_TW

Hu Haowen <[email protected]> writes:

> Due to some reasons the current mailing list will be revoked and new one
> will replace it in the future, hence remove the entry from MAINTAINERS
> ahead of time.
>
> Signed-off-by: Hu Haowen <[email protected]>
> ---
> MAINTAINERS | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index a5c16bb92fe2..36e67c46a4a6 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -21707,7 +21707,6 @@ F: kernel/trace/trace_sched_wakeup.c
>
> TRADITIONAL CHINESE DOCUMENTATION
> M: Hu Haowen <[email protected]>
> -L: [email protected] (moderated for non-subscribers)
> S: Maintained
> W: https://github.com/srcres258/linux-doc
> T: git git://github.com/srcres258/linux-doc.git doc-zh-tw

Applied, thanks.

jon