Skip to content

Commit

Permalink
Update repo link at install sctipts
Browse files Browse the repository at this point in the history
  • Loading branch information
mraksoll4 committed May 24, 2021
1 parent 95130d3 commit fc43702
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contrib/raspberrypi3/install_electrumx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ sudo apt-get install git
sudo pip3 install plyvel

# install electrumx
git clone https://github.com/spesmilo/electrumx.git
git clone https://github.com/bitweb-project/electrumx.git
cd electrumx
sudo python3 setup.py install
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
author='Electrum developers',
author_email='[email protected]',
license='MIT Licence',
url='https://github.com/spesmilo/electrumx',
url='https://github.com/bitweb-project/electrumx',
long_description='Server implementation for the Electrum protocol',
download_url=('https://github.com/spesmilo/electrumX/archive/'
download_url=('https://github.com/bitweb-project/electrumX/archive/'
f'{version}.tar.gz'),
classifiers=[
'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit fc43702

Please sign in to comment.