Skip to content

Commit

Permalink
chore: align authors, repository and homepage keys (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvolin authored Jan 15, 2024
1 parent 8d30b18 commit d69b7c0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
9 changes: 7 additions & 2 deletions proto/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "celestia-tendermint-proto"
version = "0.32.0"
authors = ["Informal Systems <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/informalsystems/tendermint-rs/tree/main/proto"
homepage = "eiger.co"
repository = "https://github.com/eigerco/celestia-tendermint-rs"
readme = "README.md"
categories = ["cryptography", "cryptography::cryptocurrencies", "database"]
keywords = ["blockchain", "tendermint", "proto"]
Expand All @@ -14,6 +14,11 @@ description = """
tendermint-proto is a the Rust implementation of the Tendermint proto structs.
"""

authors = [
"Informal Systems <[email protected]>",
"Eiger <[email protected]>"
]

[package.metadata.docs.rs]
all-features = true

Expand Down
5 changes: 3 additions & 2 deletions tendermint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
name = "celestia-tendermint"
version = "0.32.0"
license = "Apache-2.0"
homepage = "https://www.tendermint.com/"
repository = "https://github.com/informalsystems/tendermint-rs/tree/main/tendermint"
homepage = "eiger.co"
repository = "https://github.com/eigerco/celestia-tendermint-rs"
readme = "../README.md"
categories = ["cryptography", "cryptography::cryptocurrencies", "database"]
keywords = ["blockchain", "bft", "consensus", "cosmos", "tendermint"]
Expand All @@ -23,6 +23,7 @@ authors = [
"Ismail Khoffi <[email protected]>",
"ValarDragon <[email protected]>",
"Tony Arcieri <[email protected]>",
"Eiger <[email protected]>"
]

[package.metadata.docs.rs]
Expand Down

0 comments on commit d69b7c0

Please sign in to comment.