electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 5cfbe88f800fef80b3966841cb3702144fcdae72
parent 6a7264134ca3a888125201ede5f867a9dbf14ca1
Author: ThomasV <thomasv@gitorious>
Date:   Sat,  5 Oct 2013 21:27:31 +0200

website url

Diffstat:
Msetup.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py @@ -104,7 +104,7 @@ setup(name = "Electrum", author = "ecdsa", author_email = "ecdsa@github", license = "GNU GPLv3", - url = "http://electrum-desktop.com", + url = "http://electrum.org", long_description = """Lightweight Bitcoin Wallet""" )