Fix project name, links, rename the binaries (#11580)

* Fix project name, links, rename binary

* Update util/version/Cargo.toml

Co-Authored-By: David <dvdplm@gmail.com>

* Update updater/Cargo.toml

Co-Authored-By: David <dvdplm@gmail.com>

* Update util/version/Cargo.toml

Co-Authored-By: David <dvdplm@gmail.com>

Co-authored-by: David <dvdplm@gmail.com>
This commit is contained in:
Artem Vorotnikov
2020-03-25 19:16:51 +03:00
committed by GitHub
parent 0ac15a0883
commit 4f26ffd447
138 changed files with 6321 additions and 6324 deletions

View File

@@ -49,7 +49,7 @@ where F: Fn(&str) + Send + Sync + 'static
static ABOUT_PANIC: &str = "
This is a bug. Please report it at:
https://github.com/OpenEthereum/open-ethereum/issues/new
https://github.com/openethereum/openethereum/issues/new
";
fn gen_panic_msg(info: &PanicInfo) -> String {