From 17d4c1724e77ff343f7bc6f73572fdf22e0b776c Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Fri, 30 Nov 2018 19:05:54 +0000 Subject: [PATCH] Update contact address to openstack-discuss ML The openstack-dev mailing list has been retired and its conversations now take place on openstack-discuss instead. http://lists.openstack.org/pipermail/openstack-dev/2018-November/136501.html Update this cookiecutter so that new projects don't copy over the obsolete ML name. Change-Id: If987022564d102658f43e95c2c0c45c89469ad7c --- oslo.{{cookiecutter.module_name}}/setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.{{cookiecutter.module_name}}/setup.cfg b/oslo.{{cookiecutter.module_name}}/setup.cfg index c82471d..93d2af0 100644 --- a/oslo.{{cookiecutter.module_name}}/setup.cfg +++ b/oslo.{{cookiecutter.module_name}}/setup.cfg @@ -4,7 +4,7 @@ summary = {{ cookiecutter.project_short_description }} description-file = README.rst author = OpenStack -author-email = openstack-dev@lists.openstack.org +author-email = openstack-discuss@lists.openstack.org home-page = http://launchpad.net/oslo classifier = Environment :: OpenStack