Skip to content

Commit

Permalink
CODEOWNERS cleanup
Browse files Browse the repository at this point in the history
I haven't worked on stdenv etc. in a long time.
  • Loading branch information
edolstra committed Jan 19, 2018

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 018a210 commit 6060a6d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/CODEOWNERS
This CODEOWNERS file contains errors

CODEOWNERS errors

  • Unknown owner on line 14: make sure @nbp exists and has write access to the repository
    …                    @edolstra @nbp
  • Unknown owner on line 15: make sure @nbp exists and has write access to the repository
    /lib/systems                @nbp @ericson2314
  • Unknown owner on line 18: make sure @nbp exists and has write access to the repository
    ….nix                          @nbp
  • Unknown owner on line 19: make sure @nbp exists and has write access to the repository
    …p-level/default.nix           @nbp @Ericson2314
  • Unknown owner on line 20: make sure @nbp exists and has write access to the repository
    …p-level/impure.nix            @nbp @Ericson2314
  • Unknown owner on line 21: make sure @nbp exists and has write access to the repository
    …p-level/stage.nix             @nbp @Ericson2314
  • Unknown owner on line 28: make sure @nbp exists and has write access to the repository
    /nixos/default.nix          @nbp
  • Unknown owner on line 29: make sure @nbp exists and has write access to the repository
    /nixos/lib/from-env.nix     @nbp
  • Unknown owner on line 30: make sure @nbp exists and has write access to the repository
    /nixos/lib/eval-config.nix  @nbp
  • Unknown owner on line 31: make sure @nbp exists and has write access to the repository
    …uration/abstractions.xml      @nbp
  • Unknown owner on line 32: make sure @nbp exists and has write access to the repository
    …uration/config-file.xml       @nbp
  • Unknown owner on line 33: make sure @nbp exists and has write access to the repository
    …uration/config-syntax.xml     @nbp
  • Unknown owner on line 34: make sure @nbp exists and has write access to the repository
    …uration/modularity.xml        @nbp
  • Unknown owner on line 35: make sure @nbp exists and has write access to the repository
    …pment/assertions.xml          @nbp
  • Unknown owner on line 36: make sure @nbp exists and has write access to the repository
    …pment/meta-attributes.xml     @nbp
  • Unknown owner on line 37: make sure @nbp exists and has write access to the repository
    …pment/option-declarations.xml @nbp
  • Unknown owner on line 38: make sure @nbp exists and has write access to the repository
    …pment/option-def.xml          @nbp
  • Unknown owner on line 39: make sure @nbp exists and has write access to the repository
    …pment/option-types.xml        @nbp
  • Unknown owner on line 40: make sure @nbp exists and has write access to the repository
    …pment/replace-modules.xml     @nbp
  • Unknown owner on line 41: make sure @nbp exists and has write access to the repository
    …pment/writing-modules.xml     @nbp
  • Unknown owner on line 42: make sure @nbp exists and has write access to the repository
    …xos-option.xml                @nbp
  • Unknown owner on line 43: make sure @nbp exists and has write access to the repository
    …/tools/nixos-option.sh        @nbp
  • Unknown owner on line 67: make sure the team @NixOS/darwin-maintainers exists, is publicly visible, and has write access to the repository
    /pkgs/stdenv/darwin         @NixOS/darwin-maintainers
  • Unknown owner on line 68: make sure the team @NixOS/darwin-maintainers exists, is publicly visible, and has write access to the repository
    /pkgs/os-specific/darwin    @NixOS/darwin-maintainers
  • Unknown owner on line 71: make sure @gleber exists and has write access to the repository
    …beam-modules                  @gleber
  • Unknown owner on line 72: make sure @gleber exists and has write access to the repository
    …interpreters/erlang           @gleber
  • Unknown owner on line 73: make sure @gleber exists and has write access to the repository
    …interpreters/lfe              @gleber
  • Unknown owner on line 74: make sure @gleber exists and has write access to the repository
    …interpreters/elixir           @gleber
  • Unknown owner on line 75: make sure @gleber exists and has write access to the repository
    …tools/build-managers/rebar    @gleber
  • Unknown owner on line 76: make sure @gleber exists and has write access to the repository
    …tools/build-managers/rebar3   @gleber
  • Unknown owner on line 77: make sure @gleber exists and has write access to the repository
    …tools/erlang                  @gleber
  • Unknown owner on line 86: make sure @ghost exists and has write access to the repository
    /lib/maintainers.nix @ghost
  • Unknown owner on line 87: make sure @ghost exists and has write access to the repository
    /lib/licenses.nix @ghost
Original file line number Diff line number Diff line change
@@ -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

This comment has been minimized.

Copy link
@Ericson2314

Ericson2314 Jan 19, 2018

Member

@orivej I (with @edolstra's permission) would like you to join me as code owner of these wrappers :). What do you say?

This comment has been minimized.

Copy link
@orivej

orivej Jan 19, 2018

Contributor

OK, even though at the moment I'm subscribed to all notifications, so I will not notice a difference (apart from appearing in reviewers of related PRs).

This comment has been minimized.

Copy link
@Ericson2314

Ericson2314 Jan 19, 2018

Member

Wow! But glad to hear you're game :).

This comment has been minimized.

Copy link
@Ericson2314

Ericson2314 Jan 19, 2018

Member
/pkgs/build-support/bintools-wrapper @Ericson2314
/pkgs/build-support/setup-hooks @Ericson2314

# NixOS Internals
/nixos/default.nix @nbp

0 comments on commit 6060a6d

Please sign in to comment.