From 19953ad12872a04c47f1fd531cd1b71a4313510e Mon Sep 17 00:00:00 2001 From: RubixDev Date: Thu, 16 Jun 2022 19:34:06 +0200 Subject: [PATCH] Reduce to 5 keywords --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c498b9f..f28f5da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ authors = ["RubixDev"] description = "A fetch program with variable sized pixel images" repository = "https://github.com/RubixDev/pixfetch" license = "GPL-2.0-only" -keywords = ["ansi", "terminal", "pixel", "image", "cli", "fetch", "linux", "android"] +keywords = ["ansi", "terminal", "pixel", "cli", "fetch"] categories = ["command-line-utilities"] exclude = ["screenshots"]