Skip to content

Commit fca856e

Browse files
committed
Change the team email to [email protected]
1 parent 4c65699 commit fca856e

File tree

24 files changed

+24
-24
lines changed

24 files changed

+24
-24
lines changed

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Maintainers, including the core team, are also subject to the anti-harassment po
1414

1515
If anyone engages in harassing behavior, including maintainers, we may take appropriate action, up to and including warning the offender, deletion of comments, removal from the project’s codebase and communication systems, and escalation to Github support.
1616

17-
If you are being harassed, notice that someone else is being harassed, or have any other concerns, please contact a member of [the core team](https://codechain.io/team.html) or [email the core team](mailto:codechain@kodebox.io) immediately.
17+
If you are being harassed, notice that someone else is being harassed, or have any other concerns, please contact a member of [the core team](https://codechain.io/team.html) or [email the core team](mailto:hi@codechain.io) immediately.
1818

1919
We expect everyone to follow these rules anywhere in the CodeChain project’s codebases, issue trackers, group chat, and mailing lists.
2020

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "codechain"
33
version = "1.2.0"
44
license = "AGPL-3.0"
5-
authors = ["CodeChain Team <codechain@kodebox.io>"]
5+
authors = ["CodeChain Team <hi@codechain.io>"]
66
exclude = [
77
"db/*",
88
"docker/*",

codechain/codechain.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: codechain
22
version_short: "v"
3-
author: CodeChain Team <codechain@kodebox.io>
3+
author: CodeChain Team <hi@codechain.io>
44
about: CodeChian client
55
args:
66
- config:

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "codechain-core"
33
version = "0.1.0"
4-
authors = ["CodeChain Team <codechain@kodebox.io>"]
4+
authors = ["CodeChain Team <hi@codechain.io>"]
55

66
[dependencies]
77
codechain-crypto = { path = "../crypto" }

crypto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "codechain-crypto"
33
version = "0.1.0"
4-
authors = ["CodeChain Team <codechain@kodebox.io>"]
4+
authors = ["CodeChain Team <hi@codechain.io>"]
55

66
[dependencies]
77
ring = "0.14.6"

discovery/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "codechain-discovery"
33
version = "0.1.0"
4-
authors = ["CodeChain Team <codechain@kodebox.io>"]
4+
authors = ["CodeChain Team <hi@codechain.io>"]
55

66
[dependencies]
77
codechain-crypto = { path = "../crypto" }

json/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "codechain-json"
33
version = "0.1.0"
4-
authors = ["CodeChain Team <codechain@kodebox.io>"]
4+
authors = ["CodeChain Team <hi@codechain.io>"]
55

66
[dependencies]
77
codechain-key = { path = "../key" }

key/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "codechain-key"
33
version = "0.1.0"
4-
authors = ["debris <[email protected]>", "CodeChain Team <codechain@kodebox.io>"]
4+
authors = ["debris <[email protected]>", "CodeChain Team <hi@codechain.io>"]
55

66
[dependencies]
77
rand = "0.6.1"

keystore/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "codechain-keystore"
33
version = "0.1.0"
4-
authors = ["CodeChain Team <codechain@kodebox.io>", "Parity Technologies <[email protected]>"]
4+
authors = ["CodeChain Team <hi@codechain.io>", "Parity Technologies <[email protected]>"]
55

66
[dependencies]
77
log = "0.4.6"

network/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "codechain-network"
33
version = "0.1.0"
4-
authors = ["CodeChain Team <codechain@kodebox.io>"]
4+
authors = ["CodeChain Team <hi@codechain.io>"]
55

66
[dependencies]
77
codechain-crypto = { path = "../crypto" }

0 commit comments

Comments
 (0)