From 5de42d05495fea06f5b73ebd5b35001a930a2ac9 Mon Sep 17 00:00:00 2001 From: Filip Valder Date: Apr 06 2017 12:48:58 +0000 Subject: change project URL within Pagure --- diff --git a/setup.py b/setup.py index 9ce34a5..00c02bc 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup(name='freshmaker', # TODO: Not sure which name would be used for mail alias, # but let's set this proactively to the new name. author_email='freshmaker-owner@fedoraproject.org', - url='https://pagure.io/coco/', + url='https://pagure.io/freshmaker/', license='GPLv2+', packages=find_packages(), include_package_data=True,