Skip to content

Commit

Permalink
fix(cargo): update metadata in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
b1rger committed Jul 30, 2023
1 parent e34c3cf commit 42159e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ version = "0.1.0"
authors = ["Birger Schacht <[email protected]>"]
edition = "2021"
license = "MIT"
description = "carl is a commandline calendar"
repository = "https://codeberg.org/birger/carl"
keywords = ["calendar", "ical", "cli", "date", "cal"]
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"]
categories = ["command-line-utilities", "date-and-time"]

[dependencies]
Expand Down

0 comments on commit 42159e1

Please sign in to comment.