Merge pull request #168597 (codeowners change)
This removes myself from the CODEOWNERS file for the autoPatchelfHook and adds @layus instead, because they rewrote the implementation from scratch in Python. During review, @zowoq noted that people without push access do not actually get notified. I didn't check for this when initially committing that change, but since then @layous gained push access[1]. With this restriction lifted and me not wanting to get more notifications about code I didn't author, I'm hereby merging this change. [1]: https://github.com/NixOS/nixpkgs/issues/50105#issuecomment-1103813183
This commit is contained in:
commit
2f983e376d
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