From 1ae839cd248c9eee8a9ff0643d7b80628f5f5533 Mon Sep 17 00:00:00 2001 From: Josh Wolfe Date: Sat, 22 Jul 2023 19:15:42 -0400 Subject: [PATCH] Update CODEOWNERS Take ownership of std.json --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) 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