summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2018-01-19 18:39:53 +0100
committerEelco Dolstra <edolstra@gmail.com>2018-01-19 18:41:32 +0100
commit6060a6dd220bc62dcf48eece8e8f201b93cfeb52 (patch)
tree6267067b718e778ad89ce557e6ed39eaaf1f395b /.github
parent018a210106d758071106856c1b283a2366efbc0b (diff)
CODEOWNERS cleanup
I haven't worked on stdenv etc. in a long time.
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 2405f7d4efa9..d0d757e8ccbf 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -12,17 +12,17 @@
# Libraries
/lib @edolstra @nbp
-/lib/systems @edolstra @nbp @ericson2314
+/lib/systems @nbp @ericson2314
# Nixpkgs Internals
/default.nix @nbp
/pkgs/top-level/default.nix @nbp @Ericson2314
/pkgs/top-level/impure.nix @nbp @Ericson2314
/pkgs/top-level/stage.nix @nbp @Ericson2314
-/pkgs/stdenv @edolstra
-/pkgs/build-support/cc-wrapper @edolstra @Ericson2314
-/pkgs/build-support/bintools-wrapper @edolstra @Ericson2314
-/pkgs/build-support/setup-hooks @edolstra @Ericson2314
+/pkgs/stdenv
+/pkgs/build-support/cc-wrapper @Ericson2314
+/pkgs/build-support/bintools-wrapper @Ericson2314
+/pkgs/build-support/setup-hooks @Ericson2314
# NixOS Internals
/nixos/default.nix @nbp