From d4ab8be37020f0f9eb74d6946813ccdea597d3be Mon Sep 17 00:00:00 2001 From: Timon Date: Tue, 18 Oct 2022 21:25:06 +0200 Subject: [PATCH] Update CODEOWNERS (#103) ### Checklist * [x] I have read the [Contributor Guide](../CONTRIBUTING.md) * [x] I have read and agree to the [Code of Conduct](../CODE_OF_CONDUCT.md) * [x] I have added a description of my changes and why I'd like them included in the section below ### Description of Changes @VZout suggested being removed as code owner as he barely works on the project. Adding my self as a replacement as I do plan to work on it in the coming time. --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index de264ea3..be54b8fb 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @emilk @VZout +* @emilk @TimonPost