diff options
| author | Ryan Liptak <squeek502@hotmail.com> | 2023-09-26 22:55:33 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2023-09-26 23:08:34 -0700 |
| commit | de4d1ea250f37c03cf2eec6c6bdf7436c8816893 (patch) | |
| tree | 354bd4cce67f4318dd24edb692241e45adf31240 /.github | |
| parent | 7a43f45908fda0ad8513ab4d7692018cdf801150 (diff) | |
| download | zig-de4d1ea250f37c03cf2eec6c6bdf7436c8816893.tar.gz zig-de4d1ea250f37c03cf2eec6c6bdf7436c8816893.zip | |
Add myself as a code owner of /src/resinator/
Diffstat (limited to '.github')
| -rw-r--r-- | .github/CODEOWNERS | 3 |
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 |
