From 56c902258d6bcc3d6dfa6f18d258d409e1deebb0 Mon Sep 17 00:00:00 2001 From: Dan Date: Fri, 27 Oct 2017 22:40:34 -0700 Subject: [PATCH] Setting up download URL for new hosting location. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',