summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorAntoine Beaupré <anarcat@koumbit.org>2015-10-09 15:54:02 -0400
committerAntoine Beaupré <anarcat@koumbit.org>2015-10-09 15:54:04 -0400
commitda2ec7995fe9793f371bcc1f08c5b7d00a485062 (patch)
treef765d3a720ff17935d506abe6df355acb2e509d8 /setup.py
parent2f9bdfe96b570b650f2f7cb8942582d5c2c90b67 (diff)
fix homepage URL in all remaining places
we update the documentation to mention the automatic updates, and also remove the hack in the makefile to update the github.io pages, which are gone.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index d899694b9..2c9c37241 100644
--- a/setup.py
+++ b/setup.py
@@ -256,7 +256,7 @@ setup(
},
author='The Borg Collective (see AUTHORS file)',
author_email='borgbackup@librelist.com',
- url='https://borgbackup.github.io/',
+ url='https://borgbackup.readthedocs.org/',
description='Deduplicated, encrypted, authenticated and compressed backups',
long_description=long_description,
license='BSD',