Skip to content

Commit

Permalink
fix: drop colors keyword, because there can only be 5 keywords
Browse files Browse the repository at this point in the history
crates.io: expected at most 5 keywords per crate
  • Loading branch information
b1rger committed Dec 5, 2023
1 parent a9a030a commit b1ad930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
license = "MIT"
description = "A colorful commandline calendar with ical support. Similar to `cal`, but with features."
repository = "https://github.com/b1rger/carl"
keywords = ["calendar", "ical", "cli", "date", "cal", "colors"]
keywords = ["calendar", "ical", "cli", "date", "cal"]
categories = ["command-line-utilities", "date-and-time"]

[dependencies]
Expand Down

0 comments on commit b1ad930

Please sign in to comment.