Skip to content

Commit

Permalink
feat: Add ourselves as Co-Maintainers
Browse files Browse the repository at this point in the history
  • Loading branch information
RedEtherbloom committed Nov 13, 2024
1 parent 03dba86 commit 2f4d05e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description = "A Taskwarrior Terminal User Interface"
repository = "https://github.com/kdheepak/taskwarrior-tui/"
homepage = "https://kdheepak.com/taskwarrior-tui"
readme = "README.md"
authors = ["Dheepak Krishnamurthy <me@kdheepak.com>"]
authors = ["Dheepak Krishnamurthy <me@kdheepak.com>", "Etherbloom <etherbloom@mailbox.org>"]
edition = "2018"
keywords = ["taskwarrior", "tui"]
categories = ["command-line-utilities"]
Expand Down Expand Up @@ -60,4 +60,4 @@ lto = "fat"
[build-dependencies]
clap = { version = "4.5.7", features = ["derive"] }
clap_complete = "4.5.5"
shlex = "1.3.0"
shlex = "1.3.0"

0 comments on commit 2f4d05e

Please sign in to comment.