From 6f2bed176c7202cdc59e9b2045ba80eebc98c0cd Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Mon, 18 Jan 2016 06:57:24 +0000 Subject: [PATCH] setup.py: Correct URL Refer to 'openstack' instead of 'stackforge' Change-Id: Iee952eda8afd653a03272cfee472006c086c85d1 Partial-Bug: #1535772 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0b4d8b1..91fd7b1 100755 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ setup( long_description=readme + '\n\n' + history, author="Intel Corporation", author_email='waldemar.znoinski@intel.com', - url='https://github.com/stackforge/intel-nfv-ci-tests', + url='https://github.com/openstack/intel-nfv-ci-tests', packages=[ 'intel_nfv_ci_tests', ],