From d8ea8c8fbaf0e101566726e997955960dfe35b97 Mon Sep 17 00:00:00 2001 From: Tom Fifield Date: Mon, 29 Jul 2013 08:56:12 -0700 Subject: [PATCH] Update references with new Mailing List location Yesterday, openstack@lists.launchpad.org was migrated with all users to openstack@list.openstack.org. This patch updates references to the old mailing list with the new, to ensure that people encountering them don't accidentally try and join the old list! Change-Id: I170b02bde2d3b93ddefb27452135dc09b23236de --- pypi/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pypi/setup.py b/pypi/setup.py index feb38c89b..ea9a5be88 100644 --- a/pypi/setup.py +++ b/pypi/setup.py @@ -33,7 +33,7 @@ setuptools.setup( ], keywords='openstack', author='OpenStack', - author_email='openstack@lists.launchpad.net', + author_email='openstack@lists.openstack.org', url='http://www.openstack.org/', license='Apache Software License', zip_safe=True,