diff --git a/setup.py b/setup.py index d23552be3..973fe585e 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( author='Dan Helfman', author_email='witten@torsion.org', url='https://torsion.org/borgmatic', - download_url='https://torsion.org/hg/borgmatic/archive/%s.tar.gz' % VERSION, + download_url='https://projects.torsion.org/witten/borgmatic/archive/%s.tar.gz' % VERSION, classifiers=( 'Development Status :: 5 - Production/Stable', 'Environment :: Console',