From ed01582dff90bcaaf1e3ac91867cfbdbe76491cb Mon Sep 17 00:00:00 2001 From: The MMGen Project Date: Fri, 17 Nov 2023 09:04:14 +0000 Subject: [PATCH] rename repository: `mmgen` -> `mmgen-wallet` --- README.md | 16 ++++++++-------- mmgen/cfg.py | 2 +- mmgen/data/version | 2 +- mmgen/tool/mnemonic.py | 6 +++--- setup.cfg | 10 +++++----- test/misc/term.py | 2 +- 6 files changed, 19 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 3c1594df..0fd88426 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ ##### An online/offline cryptocurrency wallet for the command line -![build](https://github.com/mmgen/mmgen/workflows/build/badge.svg) -![pylint](https://github.com/mmgen/mmgen/workflows/pylint/badge.svg) +![build](https://github.com/mmgen/mmgen-wallet/workflows/build/badge.svg) +![pylint](https://github.com/mmgen/mmgen-wallet/workflows/pylint/badge.svg) ### Description @@ -177,13 +177,13 @@ Homepage: [I2P](http://mmgen-wallet.i2p) | [Onion](http://mmgen55rtcahqfp2hn3v7syqv2wqanks5oeezqg3ykwfkebmouzjxlad.onion) Code repository: -[Clearnet](https://mmgen.org/project/mmgen/mmgen) | -[I2P](http://mmgen-wallet.i2p/project/mmgen/mmgen) | -[Onion](http://mmgen55rtcahqfp2hn3v7syqv2wqanks5oeezqg3ykwfkebmouzjxlad.onion/project/mmgen/mmgen) +[Clearnet](https://mmgen.org/project/mmgen/mmgen-wallet) | +[I2P](http://mmgen-wallet.i2p/project/mmgen/mmgen-wallet) | +[Onion](http://mmgen55rtcahqfp2hn3v7syqv2wqanks5oeezqg3ykwfkebmouzjxlad.onion/project/mmgen/mmgen-wallet) Code repository mirrors: -[Github](https://github.com/mmgen/mmgen) | -[Gitlab](https://gitlab.com/mmgen/mmgen) | -[Gitflic](https://gitflic.ru/project/mmgen/mmgen) +[Github](https://github.com/mmgen/mmgen-wallet) | +[Gitlab](https://gitlab.com/mmgen/mmgen-wallet) | +[Gitflic](https://gitflic.ru/project/mmgen/mmgen-wallet) [Keybase](https://keybase.io/mmgen) | [Reddit](https://www.reddit.com/user/mmgen-py) | [Bitcointalk](https://bitcointalk.org/index.php?topic=567069.new#new) diff --git a/mmgen/cfg.py b/mmgen/cfg.py index cbc62450..8c14a4bc 100755 --- a/mmgen/cfg.py +++ b/mmgen/cfg.py @@ -40,7 +40,7 @@ class GlobalConstants(Lockable): _autolock = True proj_name = 'MMGen' - proj_url = 'https://github.com/mmgen/mmgen' + proj_url = 'https://github.com/mmgen/mmgen-wallet' author = 'The MMGen Project' email = '' Cdates = '2013-2023' diff --git a/mmgen/data/version b/mmgen/data/version index 0a763898..4a8d2fd0 100644 --- a/mmgen/data/version +++ b/mmgen/data/version @@ -1 +1 @@ -14.0.dev20 +14.0.dev21 diff --git a/mmgen/tool/mnemonic.py b/mmgen/tool/mnemonic.py index ee137f59..5bfcf3ae 100755 --- a/mmgen/tool/mnemonic.py +++ b/mmgen/tool/mnemonic.py @@ -43,9 +43,9 @@ class tool_cmd(tool_cmd_base): Supported seed phrase formats: 'mmgen' (default), 'bip39', 'xmrseed' - IMPORTANT NOTE: MMGen’s default seed phrase format uses the Electrum - wordlist, however seed phrases are computed using a different algorithm - and are NOT Electrum-compatible! + IMPORTANT NOTE: MMGen Wallet’s default seed phrase format uses the + Electrum wordlist, however seed phrases are computed using a different + algorithm and are NOT Electrum-compatible! BIP39 support is fully compatible with the standard, allowing users to import and export seed entropy from BIP39-compatible wallets. However, diff --git a/setup.cfg b/setup.cfg index 59756afd..6db21ec8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,8 +3,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet [metadata] name = mmgen-wallet @@ -14,14 +14,14 @@ long_description = file: README.md long_description_content_type = text/markdown author = The MMGen Project author_email = mmgen@tuta.io -url = https://github.com/mmgen/mmgen +url = https://github.com/mmgen/mmgen-wallet license = GNU GPL v3 platforms = Linux, Armbian, Raspbian, MS Windows keywords = file: mmgen/data/keywords project_urls = Website = https://mmgen-wallet.cc - Bug Tracker = https://github.com/mmgen/mmgen/issues - Documentation = https://github.com/mmgen/mmgen/wiki + Bug Tracker = https://github.com/mmgen/mmgen-wallet/issues + Documentation = https://github.com/mmgen/mmgen-wallet/wiki classifiers = Programming Language :: Python :: 3 Programming Language :: C diff --git a/test/misc/term.py b/test/misc/term.py index 035c66a3..264fb0f1 100755 --- a/test/misc/term.py +++ b/test/misc/term.py @@ -64,7 +64,7 @@ def confirm(m): def tt_start(): m = fmt(""" - We will now test MMGen’s terminal capabilities. + We will now test MMGen Wallet’s terminal capabilities. This is a non-automated test and requires user interaction. Continue? """)