about summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorRaito Bezarius <masterancpp@gmail.com>2024-05-23 21:13:27 +0200
committeraleksana <me@aleksana.moe>2024-06-22 02:49:13 +0800
commitbf7ddf86e49012c0e7111e06ec2a056d14fc4fde (patch)
treeb559e4a1338498116588c2540c3c95b3e5ff3ba8 /.github
parentf16ae124e8ff2798662bd4a25a5260d410f5c16e (diff)
nix: remove myself from "code ownership" and 2.3 maintenance
I have no further plan to review CppNix code anymore as I will dedicate
myself to Lix development.

Co-authored-by: aleksana <me@aleksana.moe>
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 30df10e80de3c..a2c1c228746d1 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -67,6 +67,9 @@
 /nixos/lib/make-disk-image.nix                 @raitobezarius
 
 # Nix, the package manager
+# @raitobezarius is not "code owner", but is listed here to be notified of changes
+# pertaining to the Nix package manager.
+# i.e. no authority over those files.
 pkgs/tools/package-management/nix/                    @raitobezarius
 nixos/modules/installer/tools/nix-fallback-paths.nix  @raitobezarius