From 5709bb8b76dcce4b9ecd08842c20efc1aa043aee Mon Sep 17 00:00:00 2001 From: Tristan van Berkom Date: Fri, 3 Jul 2020 16:02:15 +0900 Subject: All: Update all references to the mailing list. Update any references to the mailing list to now point to: https://lists.apache.org/list.html?dev@buildstream.apache.org --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 3387053a0..c300d33e9 100755 --- a/setup.py +++ b/setup.py @@ -320,7 +320,7 @@ setup( version=versioneer.get_version(), cmdclass=get_cmdclass(), author="BuildStream Developers", - author_email="buildstream-list@gnome.org", + author_email="dev@buildstream.apache.org", classifiers=[ "Environment :: Console", "Intended Audience :: Developers", @@ -341,7 +341,7 @@ setup( "Source": "https://gitlab.com/BuildStream/buildstream", "Documentation": "https://docs.buildstream.build", "Tracker": "https://gitlab.com/BuildStream/buildstream/issues", - "Mailing List": "https://mail.gnome.org/mailman/listinfo/buildstream-list", + "Mailing List": "https://lists.apache.org/list.html?dev@buildstream.apache.org", }, python_requires="~={}.{}".format(REQUIRED_PYTHON_MAJOR, REQUIRED_PYTHON_MINOR), package_dir={"": "src"}, -- cgit v1.2.1