From f22a8122785f4e7bb5e9d7c9adc37ed9cc7a99c7 Mon Sep 17 00:00:00 2001 From: Takashi NATSUME Date: Tue, 4 Dec 2018 04:15:35 +0000 Subject: [PATCH] Update author-email in setup.cfg The openstack-dev mailing list has been replaced with the openstack-discuss mailing list (*). So replace the openstack-dev mailing list with the openstack-discuss mailing list in setup.cfg. *: http://lists.openstack.org/pipermail/openstack-dev/2018-September/134911.html Change-Id: I1138d32462a7f1531588a7c4321086c9abb22d49 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index e8a034423..18dc1d3c7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,7 +4,7 @@ summary = Resource provider inventory usage and allocation service description-file = README.rst author = OpenStack -author-email = openstack-dev@lists.openstack.org +author-email = openstack-discuss@lists.openstack.org home-page = https://docs.openstack.org/placement/latest/ classifier = Environment :: OpenStack