diff options
-rw-r--r-- | README.rst | 3 | ||||
-rw-r--r-- | man/b4.5 | 3 | ||||
-rw-r--r-- | man/b4.5.rst | 3 | ||||
-rw-r--r-- | setup.py | 3 |
4 files changed, 9 insertions, 3 deletions
@@ -33,4 +33,5 @@ Setting up a symlink should also be possible. Support ------- For support or with any other questions, please email -tools@linux.kernel.org. +tools@linux.kernel.org, or browse the list archive at +https://linux.kernel.org/g/tools. @@ -402,7 +402,8 @@ Default configuration, with explanations: .UNINDENT .SH SUPPORT .sp -Please email \fI\%tools@linux.kernel.org\fP with support requests. +Please email \fI\%tools@linux.kernel.org\fP with support requests, +or browse the list archive at \fI\%https://linux.kernel.org/g/tools\fP\&. .SH AUTHOR mricon@kernel.org diff --git a/man/b4.5.rst b/man/b4.5.rst index 9e0d995..2e1f5b0 100644 --- a/man/b4.5.rst +++ b/man/b4.5.rst @@ -275,4 +275,5 @@ Default configuration, with explanations:: SUPPORT ------- -Please email tools@linux.kernel.org with support requests. +Please email tools@linux.kernel.org with support requests, +or browse the list archive at https://linux.kernel.org/g/tools. @@ -27,6 +27,9 @@ NAME = 'b4' setup( version=find_version('b4/__init__.py'), url='https://git.kernel.org/pub/scm/utils/b4/b4.git/tree/README.rst', + project_urls={ + 'Community': 'https://linux.kernel.org/g/tools' + }, name=NAME, description='A tool to work with public-inbox and patch archives', author='Konstantin Ryabitsev', |