From feba9a453383b1e266758cf63b4151981cd7e8e1 Mon Sep 17 00:00:00 2001 From: Winter Date: Mon, 30 Jan 2023 21:46:10 -0500 Subject: [PATCH] CODEOWNERS: add new Rust team members, re-add Rust build support/docs 8ce6fdf581b191d67c62590ec73a22cbf8797ae8 removed the build support/docs entries, but per discussion in #213697, we think having multiple members justifies its readdition. --- .github/CODEOWNERS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index a4a653b175e3..fedcd5d75f63 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -134,7 +134,9 @@ /pkgs/development/ruby-modules @marsam # Rust -/pkgs/development/compilers/rust @Mic92 @LnL7 @zowoq +/pkgs/development/compilers/rust @Mic92 @LnL7 @zowoq @winterqt @figsoda +/pkgs/build-support/rust @zowoq @winterqt @figsoda +/doc/languages-frameworks/rust.section.md @zowoq @winterqt @figsoda # C compilers /pkgs/development/compilers/gcc @matthewbauer