about summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorRaito Bezarius <masterancpp@gmail.com>2022-11-30 15:15:52 +0100
committerCole Helbling <cole.e.helbling@outlook.com>2022-12-08 13:50:04 -0800
commit9a431a57b1b0172e86729a2ed56f4c51bc6a8701 (patch)
treefa727d78a981ef2a31a4327374c20cf111ff37ca /.github
parentee27291b34cf97ca195797733045da1a1ad49ddb (diff)
nixos/activation/bootspec: add @raitobezarius as a code-owner
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 582e1cfc54916..3cb74a5dccece 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -78,7 +78,7 @@
 /nixos/doc/manual/man-nixos-option.xml                @nbp
 /nixos/modules/installer/tools/nixos-option.sh        @nbp
 /nixos/modules/system                                 @dasJ
-/nixos/modules/system/activation/bootspec.nix         @grahamc @cole-h
+/nixos/modules/system/activation/bootspec.nix         @grahamc @cole-h @raitobezarius
 
 # NixOS integration test driver
 /nixos/lib/test-driver  @tfc