diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index a9ca74c17..763c5f27e 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -11,16 +11,7 @@ .github/CODEOWNERS @edolstra # Documentation of built-in functions -src/libexpr/primops.cc @roberth @fricklerhandwerk - -# Documentation of settings -src/libexpr/eval-settings.hh @fricklerhandwerk -src/libstore/globals.hh @fricklerhandwerk - -# Documentation -doc/manual @fricklerhandwerk -maintainers/*.md @fricklerhandwerk -src/**/*.md @fricklerhandwerk +src/libexpr/primops.cc @roberth # Libstore layer /src/libstore @ericson2314