From e9f1391bf85e9c7513565b108feb6601480589ef Mon Sep 17 00:00:00 2001 From: venkatamahesh Date: Sun, 13 Sep 2015 14:44:56 +0530 Subject: [PATCH] Fix the homepage url in setup.cfg Link for home-page is https://www.openstack.org but instead of it source tree link is there So it is changed Change-Id: Ie788e5a6c66d71b59cdedf5fcf14725181983629 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 357594759..174a80f87 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,7 +6,7 @@ description-file = license = Apache License, Version 2.0 author = OpenStack author-email = openstack-dev@lists.openstack.org -home-page = https://git.openstack.org/cgit/openstack/python-novaclient +home-page = https://www.openstack.org classifier = Development Status :: 5 - Production/Stable Environment :: Console