From 3dfdc8be85a4cfac2be967249898737a097f0d72 Mon Sep 17 00:00:00 2001 From: Lucas Colombo Date: Fri, 27 Sep 2024 22:46:33 -0300 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A7=B9=20remove=20repeated=20key?= =?UTF-8?q?word=20in=20Cargo.toml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4046ff8..eb98719 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license-file = "LICENSE" documentation = "https://docs.rs/rs-coco" repository = "https://github.com/lucas-labs/coco" homepage = "https://github.com/lucas-labs/coco" -keywords = ["cli", "conventional-commits", "git", "commit", "conventional", "commit"] +keywords = ["cli", "conventional-commits", "git", "commit", "conventional"] categories = ["command-line-interface", "command-line-utilities", "development-tools", "config"] [profile.release]