chore: adjust CODEOWNERS (#2008)
Add @aignas to all code and @groodt to `pypi`. Remove @f0rmiga from
toolchains as the main maintainers have sufficient knowledge about them.
Gazelle plugin ownership should be better, but we can solve it in a
subsequent PR.
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index a75b5a9..a7ca2b0 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -1,16 +1,11 @@
# NB: Last matching rule takes precedence in CODEOWNERS.
-* @rickeylev
+* @rickeylev @aignas
# Directory containing the Gazelle extension and Go code.
/gazelle/ @f0rmiga
/examples/build_file_generation/ @f0rmiga
-# Toolchains
-/python/repositories.bzl @f0rmiga
-/python/private/toolchains_repo.bzl @f0rmiga
-/python/tests/toolchains/ @f0rmiga
-
# PyPI integration related code
-/python/private/pypi/ @aignas
-/tests/pypi/ @aignas
+/python/private/pypi/ @groodt
+/tests/pypi/ @groodt