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:
aszlig 2022-04-20 20:24:44 +02:00
commit 2f983e376d
No known key found for this signature in database
GPG key ID: 684089CE67EBB691

3
.github/CODEOWNERS vendored
View file

@ -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