From eca4a0087f6406c08915313dae8fcf6a57450e29 Mon Sep 17 00:00:00 2001 From: aszlig Date: Thu, 14 Apr 2022 09:44:48 +0200 Subject: [PATCH] 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 --- .github/CODEOWNERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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