From a36357dc0447ea79468465798b9c0861cd8fad73 Mon Sep 17 00:00:00 2001 From: Anthony Rubick <68485672+AnthonyMichaelTDM@users.noreply.github.com> Date: Sun, 7 Sep 2025 19:53:06 -0500 Subject: [PATCH] take ownership of other plugin related files specifically, the stuff around the API that's exposed to plugins --- CODEOWNERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 569510a..1cd0864 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -10,8 +10,8 @@ # jemmy1794 maintains the stream proxy module /src/mod/streamproxy @jemmy1794 -# AnthonyMichaelTDM maintains the plugins module, and event system +# AnthonyMichaelTDM maintains the plugin and event systems /src/mod/plugins @AnthonyMichaelTDM /example/plugins @AnthonyMichaelTDM -/src/plugin_api.go @AnthonyMichaelTDM +/src/plugin_*.go @AnthonyMichaelTDM /src/mod/eventsystem @AnthonyMichaelTDM