From 9c3b206bf792e23f49b89b66ef9003700a915725 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Tue, 8 Dec 2015 10:12:15 +0100 Subject: [PATCH] fix mailing list address in setup.py, fixes #468 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cf699447e..c3ed123ff 100644 --- a/setup.py +++ b/setup.py @@ -224,7 +224,7 @@ def run(self): '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,