summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2022-04-14 09:44:48 +0200
committeraszlig <aszlig@nix.build>2022-04-14 09:46:00 +0200
commiteca4a0087f6406c08915313dae8fcf6a57450e29 (patch)
tree8eaa76c9296bd0c4973ea5911c2b9579c6867da8 /.github
parent1a70fa8acbb88bb2832134f5eabb6cc36ab4cef4 (diff)
downloadnixpkgs-eca4a0087f6406c08915313dae8fcf6a57450e29.tar
nixpkgs-eca4a0087f6406c08915313dae8fcf6a57450e29.tar.gz
nixpkgs-eca4a0087f6406c08915313dae8fcf6a57450e29.tar.bz2
nixpkgs-eca4a0087f6406c08915313dae8fcf6a57450e29.tar.lz
nixpkgs-eca4a0087f6406c08915313dae8fcf6a57450e29.tar.xz
nixpkgs-eca4a0087f6406c08915313dae8fcf6a57450e29.tar.zst
nixpkgs-eca4a0087f6406c08915313dae8fcf6a57450e29.zip
CODEOWNERS: Add layus for autoPatchelfHook
With the re-implementation in Python merged[1], it no longer makes sense
for me to track issues and pull requests. I did this originally because
people were forgetting (rightfully so) to run tests against all that
proprietary stuff we have in nixpkgs that is using autoPatchelfHook.

We still can't test these automatically but with me no longer being the
author of the code, I hereby drop my entry in CODEOWNERS and instead
replace it with layus, who's the author of the rewrite.

[1]: https://github.com/NixOS/nixpkgs/pull/149731

Signed-off-by: aszlig <aszlig@nix.build>
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 07dfe176f49..2b6f7ff5fe3 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -41,7 +41,8 @@
 /pkgs/build-support/cc-wrapper                   @Ericson2314
 /pkgs/build-support/bintools-wrapper             @Ericson2314
 /pkgs/build-support/setup-hooks                  @Ericson2314
-/pkgs/build-support/setup-hooks/auto-patchelf.sh @aszlig
+/pkgs/build-support/setup-hooks/auto-patchelf.sh @layus
+/pkgs/build-support/setup-hooks/auto-patchelf.py @layus
 
 # Nixpkgs build-support
 /pkgs/build-support/writers @lassulus @Profpatsch