URI: 
       tfix email address in setup.py - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit f3ebed1545339acfec7f94af1979743703f78816
   DIR parent f5d25f6b3a5c7eddb3179acd42c858778e7808e1
  HTML Author: ThomasV <thomasv@gitorious>
       Date:   Tue, 17 Feb 2015 17:24:40 +0100
       
       fix email address in setup.py
       
       Diffstat:
         M setup.py                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/setup.py b/setup.py
       t@@ -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"""