Pointing setup.py to then new repo

Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/4affece9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/4affece9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/4affece9

Branch: refs/heads/branch-1.7.2-apache
Commit: 4affece93c7a0424802d5594d3a804c6a943a884
Parents: 191c21e
Author: Maxime Beauchemin <maximebeauche...@gmail.com>
Authored: Fri May 20 17:14:21 2016 -0700
Committer: Bolke de Bruin <bo...@xs4all.nl>
Committed: Mon Jul 11 15:19:35 2016 +0200

----------------------------------------------------------------------
 setup.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/4affece9/setup.py
----------------------------------------------------------------------
diff --git a/setup.py b/setup.py
index 2723ed4..905af11 100644
--- a/setup.py
+++ b/setup.py
@@ -187,9 +187,9 @@ def do_setup():
         ],
         author='Maxime Beauchemin',
         author_email='maximebeauche...@gmail.com',
-        url='https://github.com/airbnb/airflow',
+        url='https://github.com/apache/incubator-airflow',
         download_url=(
-            'https://github.com/airbnb/airflow/tarball/' + version),
+            'https://github.com/apache/incubator-airflow/tarball/' + version),
         cmdclass={'test': Tox,
                   'extra_clean': CleanCommand,
                   },

Reply via email to