Skip to content

Commit

Permalink
chore: fix typo in cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
timonv committed May 23, 2024
1 parent c692d22 commit fa7e51d
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 @@ -3,7 +3,7 @@ name = "dowhatagain"
version = "0.1.0"
edition = "2021"
description = "Simple cli tool to extract todos from piped in files and output to various formats."
licence = "MIT"
license = "MIT"
keywords = ["todo", "cli", "workflow"]
repository = "https://github.com/timonv/dowhatagain"
categories = ["command-line-utilities"]
Expand Down

0 comments on commit fa7e51d

Please sign in to comment.