aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJosh Wolfe <thejoshwolfe@gmail.com>2023-07-22 19:15:42 -0400
committerGitHub <noreply@github.com>2023-07-22 19:15:42 -0400
commit1ae839cd248c9eee8a9ff0643d7b80628f5f5533 (patch)
tree0023825c2be476c5a998b4360f229ba35e71bc39 /.github
parentc72a9feabe455a5bbb5e27cfbd973ff3e6700500 (diff)
downloadzig-1ae839cd248c9eee8a9ff0643d7b80628f5f5533.tar.gz
zig-1ae839cd248c9eee8a9ff0643d7b80628f5f5533.zip
Update CODEOWNERS
Take ownership of std.json
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 52306c77bd..5415b1a2bd 100644
--- 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