From 102b6d32c1ed87407788621e8e9d72f2099de54b Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 29 Dec 2015 21:34:06 +0100 Subject: [PATCH] Use git.openstack.org everywhere Our official git master is at git.openstack.org, update places that use github instead. Change-Id: Ib18163432d6da6521f19b5e3820ffc67501c900d --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d07e59a..693ec64 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setuptools.setup( author='Hewlett-Packard Development Company, L.P.', description="Nose plugin to produce test results in html.", license="Apache License, Version 2.0", - url="https://github.com/openstack-infra/nose-html-output", + url="https://git.openstack.org/cgit/openstack-infra/nose-html-output", packages=["htmloutput"], install_requires=['nose'], classifiers=[