From 46a2f0a0396ffd963e37df51288e44a8b0ab1c9c Mon Sep 17 00:00:00 2001 From: venkatamahesh Date: Sun, 18 Oct 2015 18:21:40 +0530 Subject: [PATCH] Change repositories from stackforge to openstack Change-Id: I6ee5446f2e99da14edadf43491a970c7d91f788f --- README.rst | 4 ++-- setup.cfg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 6a37401..f87ff22 100644 --- a/README.rst +++ b/README.rst @@ -44,11 +44,11 @@ Bug report: Repository: -* https://git.openstack.org/cgit/stackforge/python-jenkins +* https://git.openstack.org/cgit/openstack/python-jenkins Cloning: -* git clone https://git.openstack.org/stackforge/python-jenkins +* git clone https://git.openstack.org/openstack/python-jenkins Patches are submitted via Gerrit at: diff --git a/setup.cfg b/setup.cfg index 7abf945..0294a71 100644 --- a/setup.cfg +++ b/setup.cfg @@ -7,7 +7,7 @@ maintainer = OpenStack Infrastructure Team maintainer_email = openstack@lists.launchpad.net description-file = README.rst license = BSD -home-page = http://git.openstack.org/cgit/stackforge/python-jenkins +home-page = http://git.openstack.org/cgit/openstack/python-jenkins classifier = Topic :: Utilities Intended Audience :: Developers