From 0daa3e16431e748c96a3fa4ad5e9698074e09060 Mon Sep 17 00:00:00 2001 From: Romain Ruetschi Date: Fri, 28 Oct 2022 14:11:07 +0200 Subject: [PATCH] Remove one too many keyword (#2784) --- crates/ibc-chain-registry/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/ibc-chain-registry/Cargo.toml b/crates/ibc-chain-registry/Cargo.toml index 67e959ff6b..4df9261916 100644 --- a/crates/ibc-chain-registry/Cargo.toml +++ b/crates/ibc-chain-registry/Cargo.toml @@ -3,7 +3,7 @@ name = "ibc-chain-registry" version = "0.1.0" edition = "2021" license = "Apache-2.0" -keywords = ["cosmos", "ibc", "relayer", "chain", "registry", "hermes"] +keywords = ["cosmos", "ibc", "relayer", "chain", "registry"] repository = "https://github.com/informalsystems/hermes" authors = ["Informal Systems "] rust-version = "1.60"