From 5005c6243a37f7fc9f23dae298b0dafa085fa044 Mon Sep 17 00:00:00 2001 From: Ryan Liptak Date: Wed, 20 Mar 2024 06:23:57 -0700 Subject: [PATCH] Fix CODEOWNERS path to resinator source files The resinator files were moved during #19174 --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index e118e4c62d..fc919bbfa4 100644 --- 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