diff options
| author | Pol Dellaiera <pol.dellaiera@protonmail.com> | 2023-12-05 16:18:02 +0100 |
|---|---|---|
| committer | Pol Dellaiera <pol.dellaiera@protonmail.com> | 2023-12-05 16:18:02 +0100 |
| commit | 913e939769f335caecd9bcd23dac556b103e4fd6 (patch) | |
| tree | 05cf4f0e612fea9c2ca753c2614918da4a31f1fb /.github | |
| parent | Merge pull request #272166 from veprbl/pr/mesa_darwin_fix (diff) | |
| download | nixpkgs-913e939769f335caecd9bcd23dac556b103e4fd6.tar.gz | |
CODEOWNERS: fix errors
Diffstat (limited to '.github')
| -rw-r--r-- | .github/CODEOWNERS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index bcc70699fe45..5ff1371fe7e9 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -337,8 +337,8 @@ nixos/modules/tasks/filesystems/zfs.nix @raitobezarius nixos/tests/zfs.nix @raitobezarius # Zig -/pkgs/development/compilers/zig @AndersonTorres @figsoda -/doc/hooks/zig.section.md @AndersonTorres @figsoda +/pkgs/development/compilers/zig @figsoda +/doc/hooks/zig.section.md @figsoda # Linux Kernel pkgs/os-specific/linux/kernel/manual-config.nix @amjoseph-nixpkgs |
