diff --git a/README.md b/README.md index 87aeaac..6ae3fd9 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/setup.py b/setup.py index af781ec..7a40bd5 100644 --- a/setup.py +++ b/setup.py @@ -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']},