From f3ebed1545339acfec7f94af1979743703f78816 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Tue, 17 Feb 2015 17:24:40 +0100 Subject: [PATCH] fix email address in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c708ba08..cba0e6da 100644 --- a/setup.py +++ b/setup.py @@ -147,7 +147,7 @@ setup( ], description="Lightweight Bitcoin Wallet", author="Thomas Voegtlin", - author_email="thomasv1@gmx.de", + author_email="thomasv@electrum.org", license="GNU GPLv3", url="https://electrum.org", long_description="""Lightweight Bitcoin Wallet"""