about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRaito Bezarius <masterancpp@gmail.com>2024-03-28 20:57:17 +0100
committerYureka <yuka@yuka.dev>2024-03-28 22:51:55 +0100
commit9b324f1e7209217bb5a7f7fb2ca94fd91a6f6ad4 (patch)
tree4dededc8e457f5d2124c357ce94e93a2d1da1c46
parentb68ab83ac527cf40679b9fcaf214973a2383f185 (diff)
downloadnixlib-9b324f1e7209217bb5a7f7fb2ca94fd91a6f6ad4.tar
nixlib-9b324f1e7209217bb5a7f7fb2ca94fd91a6f6ad4.tar.gz
nixlib-9b324f1e7209217bb5a7f7fb2ca94fd91a6f6ad4.tar.bz2
nixlib-9b324f1e7209217bb5a7f7fb2ca94fd91a6f6ad4.tar.lz
nixlib-9b324f1e7209217bb5a7f7fb2ca94fd91a6f6ad4.tar.xz
nixlib-9b324f1e7209217bb5a7f7fb2ca94fd91a6f6ad4.tar.zst
nixlib-9b324f1e7209217bb5a7f7fb2ca94fd91a6f6ad4.zip
CODEOWNERS: drop myself from LLVM & Linux Kernel
I am not able to take care of those for the time being, will readd
myself in the future once I have more time and energy.

Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
-rw-r--r--.github/CODEOWNERS5
1 files changed, 0 insertions, 5 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 15e253be5b80..352212ba5100 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -159,7 +159,6 @@ nixos/modules/installer/tools/nix-fallback-paths.nix  @raitobezarius @ma27
 
 # C compilers
 /pkgs/development/compilers/gcc
-/pkgs/development/compilers/llvm @RaitoBezarius
 /pkgs/development/compilers/emscripten @raitobezarius
 /doc/languages-frameworks/emscripten.section.md @raitobezarius
 
@@ -204,10 +203,6 @@ pkgs/development/python-modules/buildcatrust/ @ajs124 @lukegb @mweinelt
 /nixos/modules/services/databases/postgresql.nix @thoughtpolice
 /nixos/tests/postgresql.nix @thoughtpolice
 
-# Linux kernel
-/pkgs/os-specific/linux/kernel    @raitobezarius
-/pkgs/top-level/linux-kernels.nix @raitobezarius
-
 # Hardened profile & related modules
 /nixos/modules/profiles/hardened.nix @joachifm
 /nixos/modules/security/hidepid.nix @joachifm