diff options
| author | Ryan Liptak <squeek502@hotmail.com> | 2024-03-20 06:23:57 -0700 |
|---|---|---|
| committer | Veikka Tuominen <git@vexu.eu> | 2024-03-20 15:35:15 +0200 |
| commit | 5005c6243a37f7fc9f23dae298b0dafa085fa044 (patch) | |
| tree | 2e5448b32beb28e6be7b19b5d9e0f2a296580032 /.github | |
| parent | 7ecbb6f3a07743669590f0c0e1767f49c7ca1fc3 (diff) | |
| download | zig-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/CODEOWNERS | 2 |
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 |
