From 25263c5fcd50b72ba17851379a58982aaf1c77d3 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Oct 28 2016 19:27:22 +0000 Subject: Update some more URLs --- diff --git a/check-compose b/check-compose index b3b33f0..76c4432 100755 --- a/check-compose +++ b/check-compose @@ -196,7 +196,7 @@ Subject: Fedora {2} compose check report {3} -- Mail generated by check-compose: -https://git.fedorahosted.org/cgit/fedora-qa.git/tree/check-compose""" +https://pagure.io/fedora-qa/check-compose""" msg = template.format(args.email_from, ', '.join(dests), rel.version, text) server = smtplib.SMTP(args.smtp) server.sendmail(args.email_from, dests, msg) diff --git a/setup.py b/setup.py index 82035ef..9bf0978 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setup( description = ("Fedora compose check script and fedmsg consumer"), license = "GPLv3+", keywords = "fedora qa compose check openqa", - url = "https://git.fedorahosted.org/cgit/fedora-qa.git/tree/check-compose", + url = "https://pagure.io/fedora-qa/check-compose", install_requires = ['six', 'setuptools', 'fedfind>=2.2.0'], long_description=read('README.md'), classifiers=[