Replace contact and URLs

This commit is contained in:
Lee Miller 2022-09-10 19:24:49 +03:00
parent ae727a8327
commit 5a4d6b686e
Signed by untrusted user: lee.miller
GPG Key ID: 4F97A5EA88F4AB63
2 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ objects inside the network.
## Running
```
git clone https://github.com/g1itch/MiNode.git
git clone https://git.bitmessage.org/lee.miller/MiNode.git
```
```
cd MiNode
@ -80,7 +80,7 @@ If you add `trustedpeer = 127.0.0.1:8444` to `keys.dat` file in PyBitmessage it
will allow you to use it anonymously over I2P with MiNode acting as a bridge.
## Contact
- g1itch: BM-NC4h7r3HGcJgqNuwSEpGcSiVij3BKuXa
- lee.miller: BM-2cX1pX2goWAuZB5bLqj17x23EFjufHmygv
## Links
- [Bitmessage project website](https://bitmessage.org)

View File

@ -20,7 +20,7 @@ setup(
long_description=README,
license='MIT',
author='Krzysztof Oziomek',
url='https://github.com/g1itch/MiNode',
url='https://git.bitmessage.org/lee.miller/MiNode',
packages=find_packages(exclude=('*tests',)),
package_data={'': ['*.csv', 'tls/*.pem']},
entry_points={'console_scripts': ['minode = minode.main:main']},