summary refs log tree commit diff
path: root/.github/CODEOWNERS
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2020-10-21 20:24:02 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2020-10-21 20:24:02 +1000
commitc12e01724a275f3612e645a2cac08c67b2c94a19 (patch)
tree2ed5293a1530916642700849401f0d27eea7f258 /.github/CODEOWNERS
parentc43e01b6d2824c72ff5f743396618243a216361c (diff)
downloadnixpkgs-c12e01724a275f3612e645a2cac08c67b2c94a19.tar
nixpkgs-c12e01724a275f3612e645a2cac08c67b2c94a19.tar.gz
nixpkgs-c12e01724a275f3612e645a2cac08c67b2c94a19.tar.bz2
nixpkgs-c12e01724a275f3612e645a2cac08c67b2c94a19.tar.lz
nixpkgs-c12e01724a275f3612e645a2cac08c67b2c94a19.tar.xz
nixpkgs-c12e01724a275f3612e645a2cac08c67b2c94a19.tar.zst
nixpkgs-c12e01724a275f3612e645a2cac08c67b2c94a19.zip
.github/CODEOWNERS: add myself to rust
Diffstat (limited to '.github/CODEOWNERS')
-rw-r--r--.github/CODEOWNERS4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 17777b05872..7d6d7205a14 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -96,8 +96,8 @@
 /pkgs/development/ruby-modules      @alyssais
 
 # Rust
-/pkgs/development/compilers/rust @Mic92 @LnL7
-/pkgs/build-support/rust @andir
+/pkgs/development/compilers/rust @Mic92 @LnL7 @zowoq
+/pkgs/build-support/rust @andir @zowoq
 
 # Darwin-related
 /pkgs/stdenv/darwin         @NixOS/darwin-maintainers