aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorRyan Liptak <squeek502@hotmail.com>2024-03-20 06:23:57 -0700
committerVeikka Tuominen <git@vexu.eu>2024-03-20 15:35:15 +0200
commit5005c6243a37f7fc9f23dae298b0dafa085fa044 (patch)
tree2e5448b32beb28e6be7b19b5d9e0f2a296580032 /.github
parent7ecbb6f3a07743669590f0c0e1767f49c7ca1fc3 (diff)
downloadzig-5005c6243a37f7fc9f23dae298b0dafa085fa044.tar.gz
zig-5005c6243a37f7fc9f23dae298b0dafa085fa044.zip
Fix CODEOWNERS path to resinator source files
The resinator files were moved during #19174
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS2
1 files changed, 1 insertions, 1 deletions
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