Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gruve-p committed Mar 2, 2019
1 parent 05adf84 commit 0813f46
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion contrib/pylightning/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ currently unreleased features by checking out the c-lightning source code and
installing into your python3 environment:

```bash
git clone https://github.com/ElementsProject/lightning.git
git clone https://github.com/Groestlcoin/lightning.git
cd lightning/contrib/pylightning
python3 setup.py develop
```
Expand Down
6 changes: 3 additions & 3 deletions contrib/pylightning/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
description='Client library for lightningd',
long_description=long_description,
long_description_content_type='text/markdown',
url='http://github.com/ElementsProject/lightning',
author='Christian Decker',
author_email='decker.christian@gmail.com',
url='http://github.com/Groestlcoin/lightning',
author='Groestlcoin Developers',
author_email='groestlcoin@gmail.com',
license='MIT',
packages=['lightning'],
scripts=['lightning-pay'],
Expand Down

0 comments on commit 0813f46

Please sign in to comment.