Update CODEOWNERS. remove andy scott as maintainer (#658)
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index acdfc49..073f698 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS
@@ -1,13 +1,13 @@ # NB: Last matching rule takes precedence in CODEOWNERS. # Fall-through to community maintainers. -* @thundergolfer @andyscott +* @thundergolfer # Core Python rules belong to the Bazel team. /python/ @brandjon @lberki # But not everything under python/ is the core Python rules. -/python/pip.bzl @thundergolfer @andyscott -/python/requirements.txt @thundergolfer @andyscott +/python/pip.bzl @thundergolfer +/python/requirements.txt @thundergolfer # Directory containing the Gazelle extension and Go code. /gazelle/ @f0rmiga