diff options
| author | John Ericson <John.Ericson@Obsidian.Systems> | 2018-08-11 12:54:25 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-11 12:54:25 -0400 |
| commit | 50d9a22872b6e6893959d6f99c461218004c1f65 (patch) | |
| tree | 871fefb3ff9644e7f59815b30683e0d1bffdad58 | |
| parent | Merge pull request #44882 from nonfreeblob/crawl-0.22.0 (diff) | |
| download | nixpkgs-origin/codeowners.tar.gz | |
.github/CODEOWNERS: Add myself as for some stdenv stufforigin/codeowners
| -rw-r--r-- | .github/CODEOWNERS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 1317cdd192df..76fb19529b03 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -21,7 +21,8 @@ /pkgs/top-level/default.nix @nbp @Ericson2314 /pkgs/top-level/impure.nix @nbp @Ericson2314 /pkgs/top-level/stage.nix @nbp @Ericson2314 -/pkgs/stdenv +/pkgs/stdenv/generic @Ericson2314 +/pkgs/stdenv/cross @Ericson2314 /pkgs/build-support/cc-wrapper @Ericson2314 @orivej /pkgs/build-support/bintools-wrapper @Ericson2314 @orivej /pkgs/build-support/setup-hooks @Ericson2314 |
