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

Hu Haowen posted 1 patch 2 years, 6 months ago
MAINTAINERS | 1 -
1 file changed, 1 deletion(-)
[PATCH] docs/zh_TW: remove the mailing list entry for zh_TW
Posted by Hu Haowen 2 years, 6 months ago
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 <src.res.211@gmail.com>
---
 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 <src.res.211@gmail.com>
-L:	linux-doc-tw-discuss@lists.sourceforge.net (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
Re: [PATCH] docs/zh_TW: remove the mailing list entry for zh_TW
Posted by Jonathan Corbet 2 years, 6 months ago
Hu Haowen <src.res.211@gmail.com> 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 <src.res.211@gmail.com>
> ---
>  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 <src.res.211@gmail.com>
> -L:	linux-doc-tw-discuss@lists.sourceforge.net (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