diff options
author | Yegor Timoshenko <yegortimoshenko@gmail.com> | 2017-11-11 18:44:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-11 18:44:31 +0000 |
commit | fa9d4a3ef30e4c0ec6571620cc35d2ee5b6edaf8 (patch) | |
tree | 0b268a858d663e70a453646d889d38342fe67264 /.github | |
parent | 462b5e0d21f3735b0dc8fecb70ffa616ffd0fef6 (diff) |
CODEOWNERS: exclude lib/maintainers.nix
Resolves #31401.
Diffstat (limited to '.github')
-rw-r--r-- | .github/CODEOWNERS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 297b91976a882..9e89cc78954fd 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -80,3 +80,6 @@ # Eclipse /pkgs/applications/editors/eclipse @rycee + +# https://github.com/NixOS/nixpkgs/issues/31401 +/lib/maintainers.nix @ghost |