From 009ac775866b4c1c4cbefd29e7903d5c5633229a Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Wed, 10 May 2017 15:05:31 -0600 Subject: [PATCH] setup.cfg: use project homepage Rather than linking to the page about OpenStack's specific JJB implementation. This matches the link in the README. Change-Id: I54e1ea1ec4db534535c9ee1a10bf672a8d2b4c62 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index f3e3778b8..a3713f7bc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -10,7 +10,7 @@ author_email = openstack-infra@lists.openstack.org summary = Manage Jenkins jobs with YAML description-file = README.rst license = Apache License, Version 2.0 -home-page = http://docs.openstack.org/infra/system-config/jjb.html +home-page = https://docs.openstack.org/infra/jenkins-job-builder/ classifier = Topic :: Utilities Environment :: Console