From e50b00127a9c1ec25ba1f8133551a0ff682d60a2 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 19 Mar 2018 14:58:15 -0400 Subject: Replace default repository URL --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3f19155..c3c9b08 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ setup( author_email='jhunk@stsci.edu', description='A utility to display the timeline of a Conda channel', license='BSD', - url='https://github.com/jhunkeler/firewatch', + url='https://github.com/astroconda/firewatch', classifiers=[ 'Intended Audience :: System Administrators', 'License :: OSI Approved :: BSD License', -- cgit