zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit de4d1ea250f37c03cf2eec6c6bdf7436c8816893 (tree)
parent 7a43f45908fda0ad8513ab4d7692018cdf801150
Author: Ryan Liptak <squeek502@hotmail.com>
Date:   Tue, 26 Sep 2023 22:55:33 -0700

Add myself as a code owner of /src/resinator/

Diffstat:
M.github/CODEOWNERS | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS @@ -8,3 +8,6 @@ # std.Thread /lib/std/Thread* @kprotty + +# resinator +/src/resinator/* @squeek502