From 9687ee01b559d558bcdbd27aaf978ec0f74af8d7 Mon Sep 17 00:00:00 2001 From: Etherbloom Date: Thu, 14 Nov 2024 09:19:06 +0100 Subject: [PATCH] chore: Add us as Co-Maintainers (#606) Reflect our new status as Co-Maintainers in the relevant files. --- .github/CODEOWNERS | 1 + Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..5a31c9d3 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +. @kdheepak @RedEtherbloom \ No newline at end of file diff --git a/Cargo.toml b/Cargo.toml index f257a996..aa68cdfd 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"]