zig

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

commit 1ae839cd248c9eee8a9ff0643d7b80628f5f5533 (tree)
parent c72a9feabe455a5bbb5e27cfbd973ff3e6700500
Author: Josh Wolfe <thejoshwolfe@gmail.com>
Date:   Sat, 22 Jul 2023 19:15:42 -0400

Update CODEOWNERS

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

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS @@ -2,3 +2,6 @@ /src/Autodoc.zig @kristoff-it /src/autodoc/* @kristoff-it /lib/docs/* @kristoff-it + +# std.json +/lib/std/json* @thejoshwolfe