twebsite url - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit 5cfbe88f800fef80b3966841cb3702144fcdae72
DIR parent 6a7264134ca3a888125201ede5f867a9dbf14ca1
HTML Author: ThomasV <thomasv@gitorious>
Date: Sat, 5 Oct 2013 21:27:31 +0200
website url
Diffstat:
M setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/setup.py b/setup.py
t@@ -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"""
)