summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2015-12-08 10:12:15 +0100
committerThomas Waldmann <tw@waldmann-edv.de>2015-12-08 10:12:15 +0100
commit9c3b206bf792e23f49b89b66ef9003700a915725 (patch)
treeabea88e254bd7987914fe603b8ff8737ddba1acf /setup.py
parentf2d41b1a6930b3c1a2ba45028401604aa4c7485c (diff)
fix mailing list address in setup.py, fixes #468
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 cf699447e..c3ed123ff 100644
--- a/setup.py
+++ b/setup.py
@@ -224,7 +224,7 @@ setup(
'write_to': 'borg/_version.py',
},
author='The Borg Collective (see AUTHORS file)',
- author_email='borgbackup@librelist.com',
+ author_email='borgbackup@python.org',
url='https://borgbackup.readthedocs.org/',
description='Deduplicated, encrypted, authenticated and compressed backups',
long_description=long_description,