Browse Source

rename repository: `mmgen` -> `mmgen-wallet`

The MMGen Project 1 year ago
parent
commit
ed01582dff
6 changed files with 19 additions and 19 deletions
  1. 8 8
      README.md
  2. 1 1
      mmgen/cfg.py
  3. 1 1
      mmgen/data/version
  4. 3 3
      mmgen/tool/mnemonic.py
  5. 5 5
      setup.cfg
  6. 1 1
      test/misc/term.py

+ 8 - 8
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)   

+ 1 - 1
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              = '<mmgen@tuta.io>'
 	Cdates             = '2013-2023'

+ 1 - 1
mmgen/data/version

@@ -1 +1 @@
-14.0.dev20
+14.0.dev21

+ 3 - 3
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,

+ 5 - 5
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

+ 1 - 1
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?
 	""")