summary refs log tree commit diff
path: root/.github/CODEOWNERS
diff options
context:
space:
mode:
authorRaito Bezarius <masterancpp@gmail.com>2023-04-04 13:58:03 +0200
committerRaito Bezarius <masterancpp@gmail.com>2023-04-04 13:58:03 +0200
commit39943196e5751257a9b31e763821a8fd8b110d52 (patch)
treef1fadfc8d2ca94961a00f361fcb59c90973aeb66 /.github/CODEOWNERS
parentce35e61c3cc608d0f7c4a5ed96f7fb3c19211884 (diff)
downloadnixpkgs-39943196e5751257a9b31e763821a8fd8b110d52.tar
nixpkgs-39943196e5751257a9b31e763821a8fd8b110d52.tar.gz
nixpkgs-39943196e5751257a9b31e763821a8fd8b110d52.tar.bz2
nixpkgs-39943196e5751257a9b31e763821a8fd8b110d52.tar.lz
nixpkgs-39943196e5751257a9b31e763821a8fd8b110d52.tar.xz
nixpkgs-39943196e5751257a9b31e763821a8fd8b110d52.tar.zst
nixpkgs-39943196e5751257a9b31e763821a8fd8b110d52.zip
CODEOWNERS: add RaitoBezarius to llvm tree
Diffstat (limited to '.github/CODEOWNERS')
-rw-r--r--.github/CODEOWNERS2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 4654518a0e8..1f6fed0d83a 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -138,7 +138,7 @@
 
 # C compilers
 /pkgs/development/compilers/gcc @matthewbauer
-/pkgs/development/compilers/llvm @matthewbauer
+/pkgs/development/compilers/llvm @matthewbauer @RaitoBezarius
 
 # Compatibility stuff
 /pkgs/top-level/unix-tools.nix @matthewbauer