From d69b7c09d52cac9794fa24c83bed614aa46ad57b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Zwoli=C5=84ski?= Date: Mon, 15 Jan 2024 12:56:02 +0100 Subject: [PATCH] chore: align authors, repository and homepage keys (#25) --- proto/Cargo.toml | 9 +++++++-- tendermint/Cargo.toml | 5 +++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/proto/Cargo.toml b/proto/Cargo.toml index dadfa1dfb..d1556c22f 100644 --- a/proto/Cargo.toml +++ b/proto/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "celestia-tendermint-proto" version = "0.32.0" -authors = ["Informal Systems "] 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"] @@ -14,6 +14,11 @@ description = """ tendermint-proto is a the Rust implementation of the Tendermint proto structs. """ +authors = [ + "Informal Systems ", + "Eiger " +] + [package.metadata.docs.rs] all-features = true diff --git a/tendermint/Cargo.toml b/tendermint/Cargo.toml index 9af7fa514..b743396cc 100644 --- a/tendermint/Cargo.toml +++ b/tendermint/Cargo.toml @@ -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"] @@ -23,6 +23,7 @@ authors = [ "Ismail Khoffi ", "ValarDragon ", "Tony Arcieri ", + "Eiger " ] [package.metadata.docs.rs]