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>
This commit is contained in:
parent
1a70fa8acb
commit
eca4a0087f
1 changed files with 2 additions and 1 deletions
3
.github/CODEOWNERS
vendored
3
.github/CODEOWNERS
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue