Skip to content

Commit

Permalink
Replace individual Informal Systems authors with catch-all contact
Browse files Browse the repository at this point in the history
Signed-off-by: Thane Thomson <[email protected]>
  • Loading branch information
thanethomson committed Jul 20, 2021
1 parent e0b455d commit 190f264
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 20 deletions.
2 changes: 1 addition & 1 deletion abci/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tendermint-abci"
version = "0.21.0"
authors = ["Thane Thomson <thane@informal.systems>"]
authors = ["Informal Systems <hello@informal.systems>"]
edition = "2018"
license = "Apache-2.0"
readme = "README.md"
Expand Down
5 changes: 1 addition & 4 deletions light-client-js/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
[package]
name = "tendermint-light-client-js"
version = "0.21.0"
authors = [
"Romain Ruetschi <[email protected]>",
"Thane Thomson <[email protected]>"
]
authors = ["Informal Systems <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
readme = "README.md"
Expand Down
4 changes: 1 addition & 3 deletions light-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ keywords = ["blockchain", "bft", "consensus", "cosmos", "tendermint"]
categories = ["cryptography::cryptocurrencies", "network-programming"]
repository = "https://github.com/informalsystems/tendermint-rs"
authors = [
"Sean Braithwaite <[email protected]>",
"Ethan Buchman <[email protected]>",
"Informal Systems <[email protected]>",
"Ismail Khoffi <[email protected]>",
"Romain Ruetschi <[email protected]>",
"Alexander Simmerl <[email protected]>",
]

Expand Down
4 changes: 3 additions & 1 deletion p2p/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ readme = "README.md"
keywords = ["p2p", "tendermint", "cosmos"]
categories = ["cryptography::cryptocurrencies", "network-programming"]
authors = [
"Informal Systems <[email protected]>",
"Alexander Simmerl <[email protected]>",
"Tony Arcieri <[email protected]>",
"Ismail Khoffi <[email protected]>"
"Ismail Khoffi <[email protected]>",
]

description = """
Expand Down
2 changes: 1 addition & 1 deletion pbt-gen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tendermint-pbt-gen"
version = "0.21.0"
authors = ["Shon Feder <shon@informal.systems>"]
authors = ["Informal Systems <hello@informal.systems>"]
edition = "2018"
license = "Apache-2.0"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion proto/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tendermint-proto"
version = "0.21.0"
authors = ["Greg Szabo <greg@informal.systems>"]
authors = ["Informal Systems <hello@informal.systems>"]
edition = "2018"
license = "Apache-2.0"
repository = "https://github.com/informalsystems/tendermint-rs/tree/master/proto"
Expand Down
4 changes: 1 addition & 3 deletions rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@ readme = "README.md"
keywords = ["blockchain", "cosmos", "tendermint"]
categories = ["cryptography::cryptocurrencies", "network-programming"]
authors = [
"Sean Braithwaite <[email protected]>",
"Ethan Buchman <[email protected]>",
"Informal Systems <[email protected]>",
"Ismail Khoffi <[email protected]>",
"Romain Ruetschi <[email protected]>",
"Alexander Simmerl <[email protected]>",
]

Expand Down
2 changes: 1 addition & 1 deletion tendermint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ description = """
"""

authors = [
"Informal Systems <[email protected]>",
"Ismail Khoffi <[email protected]>",
"ValarDragon <[email protected]>",
"Tony Arcieri <[email protected]>",
"Thane Thomson <[email protected]>"
]

[package.metadata.docs.rs]
Expand Down
2 changes: 1 addition & 1 deletion testgen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tendermint-testgen"
version = "0.21.0"
authors = ["Andrey Kuprianov <[email protected]>", "Shivani Joshi <shivani@informal.systems>"]
authors = ["Informal Systems <hello@informal.systems>"]
edition = "2018"
readme = "README.md"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion tools/abci-test/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "abci-test"
version = "0.21.0"
authors = ["Thane Thomson <thane@informal.systems>"]
authors = ["Informal Systems <hello@informal.systems>"]
edition = "2018"
description = """
abci-test provides some end-to-end integration testing between
Expand Down
2 changes: 1 addition & 1 deletion tools/kvstore-test/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "kvstore-test"
version = "0.1.0"
authors = ["Greg Szabo <[email protected]>"]
authors = ["Informal Systems <[email protected]>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion tools/proto-compiler/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tendermint-proto-compiler"
version = "0.1.0"
authors = ["Greg Szabo <greg@informal.systems>"]
authors = ["Informal Systems <hello@informal.systems>"]
edition = "2018"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion tools/rpc-probe/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tendermint-rpc-probe"
version = "0.21.0"
authors = ["Thane Thomson <thane@informal.systems>"]
authors = ["Informal Systems <hello@informal.systems>"]
edition = "2018"
license = "Apache-2.0"
homepage = "https://www.tendermint.com/"
Expand Down

0 comments on commit 190f264

Please sign in to comment.