From e55d21c9d4ada1e9cc93ecb8f1708ca69fd816fb Mon Sep 17 00:00:00 2001 From: Sascha Grunert Date: Thu, 3 Oct 2019 18:49:25 +0200 Subject: [PATCH] Fix cargo category Signed-off-by: Sascha Grunert --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 95ea20dc..d3a40ef0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" authors = ["Sascha Grunert "] edition = "2018" license = "MIT" -categories = ["cli"] +categories = ["command-line-utilities"] description = "Kubernetes development cluster bootstrapping with Nix packages" documentation = "https://docs.rs/kubernix" homepage = "https://github.com/saschagrunert/kubernix"