Use git.openstack.org everywhere

Our official git master is at git.openstack.org, update places
that use github instead.

Change-Id: If52141d186da8202bb9491f71b2eeb06c95de5fe
This commit is contained in:
Andreas Jaeger 2015-12-29 21:25:51 +01:00
parent d58d5456c7
commit 65e67bfb1c
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ setuptools.setup(
author_email='openstack-infra@lists.openstack.org',
description="Client library for OpenStack Nova API.",
license="Apache License, Version 2.0",
url="https://github.com/openstack-infra/statusbot",
url="https://git.openstack.org/cgit/openstack-infra/statusbot",
packages=setuptools.find_packages(exclude=['tests', 'tests.*']),
include_package_data=True,
setup_requires=['setuptools_git>=0.4'],