zig

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

commit 5005c6243a37f7fc9f23dae298b0dafa085fa044 (tree)
parent 7ecbb6f3a07743669590f0c0e1767f49c7ca1fc3
Author: Ryan Liptak <squeek502@hotmail.com>
Date:   Wed, 20 Mar 2024 06:23:57 -0700

Fix CODEOWNERS path to resinator source files

The resinator files were moved during #19174

Diffstat:
M.github/CODEOWNERS | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS @@ -5,7 +5,7 @@ /lib/std/Thread* @kprotty # resinator -/src/resinator/* @squeek502 +/lib/compiler/resinator/* @squeek502 # SPIR-V selfhosted backend /src/codegen/spirv* @Snektron