summary refs log tree commit diff
path: root/.github/CODEOWNERS
diff options
context:
space:
mode:
authorRyan Lahfa <masterancpp@gmail.com>2023-04-21 13:12:10 +0200
committerGitHub <noreply@github.com>2023-04-21 13:12:10 +0200
commit58b0e367d22cfde3dcb51637e49c7caa79170c93 (patch)
treebb97e83596a5ba49f24ab141b78502aaeef281b9 /.github/CODEOWNERS
parentd231d9b521cdf89c1edcc2da558bd8ce061bfa70 (diff)
parent39943196e5751257a9b31e763821a8fd8b110d52 (diff)
downloadnixpkgs-58b0e367d22cfde3dcb51637e49c7caa79170c93.tar
nixpkgs-58b0e367d22cfde3dcb51637e49c7caa79170c93.tar.gz
nixpkgs-58b0e367d22cfde3dcb51637e49c7caa79170c93.tar.bz2
nixpkgs-58b0e367d22cfde3dcb51637e49c7caa79170c93.tar.lz
nixpkgs-58b0e367d22cfde3dcb51637e49c7caa79170c93.tar.xz
nixpkgs-58b0e367d22cfde3dcb51637e49c7caa79170c93.tar.zst
nixpkgs-58b0e367d22cfde3dcb51637e49c7caa79170c93.zip
Merge pull request #224643 from NixOS/llvm/codeowner
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 96bdccccf51..12fc404707b 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -139,7 +139,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