diff --git a/.travis.yml b/.travis.yml index 1444423..2c1a51d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,4 +40,4 @@ deploy: on: tags: true distributions: sdist bdist_wheel - repo: niosus/catkin_tools_fetch + repo: Photogrammetry-Robotics-Bonn/catkin_tools_fetch diff --git a/setup.py b/setup.py index b7b4e28..e137234 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,8 @@ def run(self): os.chmod(file, mode) -github_url = 'https://github.com/niosus/catkin_tools_fetch' +github_url = \ + 'https://github.com/Photogrammetry-Robotics-Bonn/catkin_tools_fetch' setup( name='catkin_tools_fetch',