diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS deleted file mode 100644 index fc919bbfa4..0000000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1,11 +0,0 @@ -# std.json -/lib/std/json* @thejoshwolfe - -# std.Thread -/lib/std/Thread* @kprotty - -# resinator -/lib/compiler/resinator/* @squeek502 - -# SPIR-V selfhosted backend -/src/codegen/spirv* @Snektron