From 8fd4cabea5610e63565a8a0deef8b10061509959 Mon Sep 17 00:00:00 2001 From: Daniel Keller Date: Sat, 16 May 2026 12:12:59 +0200 Subject: [PATCH] CODEOWNERS: Add DanielKellerM, fix frontend path, drop stale systems entry Add @DanielKellerM as a global owner alongside @thommythomaso. Fix path-based rules: 'src/frontends' (plural) does not exist, the real directory is 'src/frontend' (singular), so @micprog was never actually auto-assigned. Drop the 'src/systems' entry; no such directory exists. --- CODEOWNERS | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 138bbc9d..1a39bc39 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,8 +1,5 @@ # Global owners -* @thommythomaso +* @thommythomaso @DanielKellerM # Frontends -src/frontends @micprog - -# Systems -src/systems @micprog +src/frontend @micprog