Repository: incubator-airflow Updated Branches: refs/heads/master e711028ac -> 893da2add
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/317ad5dd Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/317ad5dd Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/317ad5dd Branch: refs/heads/master Commit: 317ad5dda0230145b70ccacfa132fc1ee8390b71 Parents: e711028 Author: Maxime Beauchemin <maximebeauche...@gmail.com> Authored: Fri May 20 17:14:21 2016 -0700 Committer: Maxime Beauchemin <maximebeauche...@gmail.com> Committed: Fri May 20 17:14:21 2016 -0700 ---------------------------------------------------------------------- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/317ad5dd/setup.py ---------------------------------------------------------------------- diff --git a/setup.py b/setup.py index 27133c6..d8d7e82 100644 --- a/setup.py +++ b/setup.py @@ -232,9 +232,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, },