From b4c82e39e25facdbcd2436ee790ba63cb94f93a0 Mon Sep 17 00:00:00 2001 From: Chenxiong Qi Date: Apr 07 2017 09:07:09 +0000 Subject: Use new project URL in setup.py Signed-off-by: Chenxiong Qi --- 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,