From 5412a618d360c5148936e056bc98d1f491d28d93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Zwoli=C5=84ski?= Date: Mon, 15 Jan 2024 13:06:04 +0100 Subject: [PATCH] chore: fully specify homepage url in metadata --- proto/Cargo.toml | 2 +- tendermint/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"]