From 66f906c274df55fd0d6998eb9698ff5608c25897 Mon Sep 17 00:00:00 2001 From: Jakub Kuczys Date: Thu, 17 Nov 2022 20:16:01 +0100 Subject: [PATCH] Update CODEOWNERS file with my new username (#5911) --- .github/CODEOWNERS | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 81c38df88..830d67f64 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,25 +1,25 @@ # Cogs /redbot/cogs/audio/** @aikaterna @PredaaA -/redbot/cogs/downloader/* @jack1142 +/redbot/cogs/downloader/* @Jackenmen /redbot/cogs/streams/* @palmtree5 /redbot/cogs/mutes/* @TrustyJAID # Docs - Install and update guides -/docs/install_guides/** @jack1142 -/docs/update_red.rst @jack1142 +/docs/install_guides/** @Jackenmen +/docs/update_red.rst @Jackenmen # Docs - Version guarantees -/docs/version_guarantees.rst @jack1142 +/docs/version_guarantees.rst @Jackenmen # Trivia Lists /redbot/cogs/trivia/data/lists/whosthatpokemon*.yaml @aikaterna # Tests -/redbot/pytest/downloader* @jack1142 -/tests/cogs/downloader/* @jack1142 +/redbot/pytest/downloader* @Jackenmen +/tests/cogs/downloader/* @Jackenmen # Schemas -/schema/* @jack1142 +/schema/* @Jackenmen # CI /.travis.yml @Kowlin