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=[