Commit 5005c6243a

Ryan Liptak <squeek502@hotmail.com>
2024-03-20 14:23:57
Fix CODEOWNERS path to resinator source files
The resinator files were moved during #19174
1 parent 7ecbb6f
Changed files (1)
.github
.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