diff --git a/proto/Cargo.toml b/proto/Cargo.toml index d1556c22f..d513b3234 100644 --- a/proto/Cargo.toml +++ b/proto/Cargo.toml @@ -3,7 +3,7 @@ name = "celestia-tendermint-proto" version = "0.32.0" edition = "2021" license = "Apache-2.0" -homepage = "eiger.co" +homepage = "https://www.eiger.co" repository = "https://github.com/eigerco/celestia-tendermint-rs" readme = "README.md" categories = ["cryptography", "cryptography::cryptocurrencies", "database"] diff --git a/tendermint/Cargo.toml b/tendermint/Cargo.toml index b743396cc..8ea4f79db 100644 --- a/tendermint/Cargo.toml +++ b/tendermint/Cargo.toml @@ -2,7 +2,7 @@ name = "celestia-tendermint" version = "0.32.0" license = "Apache-2.0" -homepage = "eiger.co" +homepage = "https://www.eiger.co" repository = "https://github.com/eigerco/celestia-tendermint-rs" readme = "../README.md" categories = ["cryptography", "cryptography::cryptocurrencies", "database"]