From 096a47867b52e47fe3b557b21dfcbfc97e81b243 Mon Sep 17 00:00:00 2001 From: aanper Date: Tue, 5 Jan 2021 04:37:59 +0600 Subject: [PATCH] reverse order of code owners --- .github/CODEOWNERS | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 6412346a..557d2288 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,11 +1,3 @@ -# CTO - -* @glitchcore - -# unknow applications - -applications/* @glitchcore - # assets and asset generator assets/* @skotopes @@ -67,3 +59,11 @@ applications/sd-card-test/* @DrZlo13 # Some applications applications/music-player/* @DrZlo13 + +# unknow applications + +applications/* @glitchcore + +# CTO + +* @glitchcore \ No newline at end of file