aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorRyan Liptak <squeek502@hotmail.com>2023-09-26 22:55:33 -0700
committerAndrew Kelley <andrew@ziglang.org>2023-09-26 23:08:34 -0700
commitde4d1ea250f37c03cf2eec6c6bdf7436c8816893 (patch)
tree354bd4cce67f4318dd24edb692241e45adf31240 /.github
parent7a43f45908fda0ad8513ab4d7692018cdf801150 (diff)
downloadzig-de4d1ea250f37c03cf2eec6c6bdf7436c8816893.tar.gz
zig-de4d1ea250f37c03cf2eec6c6bdf7436c8816893.zip
Add myself as a code owner of /src/resinator/
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index b08463793a..4c8e64768b 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -8,3 +8,6 @@
# std.Thread
/lib/std/Thread* @kprotty
+
+# resinator
+/src/resinator/* @squeek502