authorgravatar for squeek502@hotmail.comRyan Liptak <squeek502@hotmail.com> 2024-03-20 06:23:57-07:00
committergravatar for git@vexu.euVeikka Tuominen <git@vexu.eu> 2024-03-20 15:35:15+02:00
log5005c6243a37f7fc9f23dae298b0dafa085fa044
tree2e5448b32beb28e6be7b19b5d9e0f2a296580032
parent7ecbb6f3a07743669590f0c0e1767f49c7ca1fc3

Fix CODEOWNERS path to resinator source files

The resinator files were moved during #19174

1 files changed, 1 insertions(+), 1 deletions(-)

.github/CODEOWNERS+1-1
......@@ -5,7 +5,7 @@
55/lib/std/Thread* @kprotty
66
77# resinator
8/src/resinator/* @squeek502
8/lib/compiler/resinator/* @squeek502
99
1010# SPIR-V selfhosted backend
1111/src/codegen/spirv* @Snektron