summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2021-01-12 20:06:09 +0100
committerGitHub <noreply@github.com>2021-01-12 20:06:09 +0100
commitac8122739a2497a3d1809a7ba9a688ed57b5c1f1 (patch)
tree68f4ffde71083ad720639616256769391fa12e41 /.github
parente350b35cceb44bb17a44ac3f5a9d5704329214f6 (diff)
parent47d1533036b0ecb3e8839070528df329c2941813 (diff)
Merge pull request #108839 from aszlig/autopatchelf-codeowners
codeowners: Add myself to autoPatchelfHook
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS23
1 files changed, 12 insertions, 11 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 14e810f972cd..093239566ce3 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -26,17 +26,18 @@
/lib/asserts.nix @edolstra @nbp @Profpatsch
# Nixpkgs Internals
-/default.nix @nbp
-/pkgs/top-level/default.nix @nbp @Ericson2314
-/pkgs/top-level/impure.nix @nbp @Ericson2314
-/pkgs/top-level/stage.nix @nbp @Ericson2314 @matthewbauer
-/pkgs/top-level/splice.nix @Ericson2314 @matthewbauer
-/pkgs/top-level/release-cross.nix @Ericson2314 @matthewbauer
-/pkgs/stdenv/generic @Ericson2314 @matthewbauer
-/pkgs/stdenv/cross @Ericson2314 @matthewbauer
-/pkgs/build-support/cc-wrapper @Ericson2314 @orivej
-/pkgs/build-support/bintools-wrapper @Ericson2314 @orivej
-/pkgs/build-support/setup-hooks @Ericson2314
+/default.nix @nbp
+/pkgs/top-level/default.nix @nbp @Ericson2314
+/pkgs/top-level/impure.nix @nbp @Ericson2314
+/pkgs/top-level/stage.nix @nbp @Ericson2314 @matthewbauer
+/pkgs/top-level/splice.nix @Ericson2314 @matthewbauer
+/pkgs/top-level/release-cross.nix @Ericson2314 @matthewbauer
+/pkgs/stdenv/generic @Ericson2314 @matthewbauer
+/pkgs/stdenv/cross @Ericson2314 @matthewbauer
+/pkgs/build-support/cc-wrapper @Ericson2314 @orivej
+/pkgs/build-support/bintools-wrapper @Ericson2314 @orivej
+/pkgs/build-support/setup-hooks @Ericson2314
+/pkgs/build-support/setup-hooks/auto-patchelf.sh @aszlig
# Nixpkgs build-support
/pkgs/build-support/writers @lassulus @Profpatsch