From 2f4d05ecee9ca0d31650264dac7438a3589a3a3a Mon Sep 17 00:00:00 2001 From: RedEtherbloom Date: Wed, 13 Nov 2024 18:22:01 +0100 Subject: [PATCH] feat: Add ourselves as Co-Maintainers --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f257a996..8323cfb2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] +authors = ["Dheepak Krishnamurthy ", "Etherbloom "] edition = "2018" keywords = ["taskwarrior", "tui"] categories = ["command-line-utilities"] @@ -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" \ No newline at end of file