about summary refs log tree commit diff
path: root/.github/CODEOWNERS
diff options
context:
space:
mode:
authorAndreas Rammhold <andreas@rammhold.de>2020-01-02 13:53:20 +0100
committerAndreas Rammhold <andreas@rammhold.de>2020-01-07 11:57:34 +0100
commit71a96b28a004cf7b4314d62a42d7842a16a20cb9 (patch)
tree0f91d74ad53d570d6667135243127bc9a0ae869e /.github/CODEOWNERS
parent3e61906e1cc80f0b700128cb74295e072bc94242 (diff)
CODEOWNERS: add myself to pkgs/build-support/rust
Diffstat (limited to '.github/CODEOWNERS')
-rw-r--r--.github/CODEOWNERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 17e1aa58e52c8..0c06c59f37800 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -82,6 +82,7 @@
 
 # Rust
 /pkgs/development/compilers/rust @Mic92 @LnL7
+/pkgs/build-support/rust @andir
 
 # Darwin-related
 /pkgs/stdenv/darwin         @NixOS/darwin-maintainers