summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorMalte Brandy <malte.brandy@maralorn.de>2021-05-02 14:50:37 +0200
committerMalte Brandy <malte.brandy@maralorn.de>2021-05-02 14:50:37 +0200
commit95908a23cbda57449a29d8c62f230e097f00a8af (patch)
tree9a8d5fa6afd3f08b9b8262638b7a7592035a982e /.github
parent5d4dc79acbb98f935f55fec733c16c0d730cbdeb (diff)
downloadnixpkgs-95908a23cbda57449a29d8c62f230e097f00a8af.tar
nixpkgs-95908a23cbda57449a29d8c62f230e097f00a8af.tar.gz
nixpkgs-95908a23cbda57449a29d8c62f230e097f00a8af.tar.bz2
nixpkgs-95908a23cbda57449a29d8c62f230e097f00a8af.tar.lz
nixpkgs-95908a23cbda57449a29d8c62f230e097f00a8af.tar.xz
nixpkgs-95908a23cbda57449a29d8c62f230e097f00a8af.tar.zst
nixpkgs-95908a23cbda57449a29d8c62f230e097f00a8af.zip
CODEOWNERS: Haskell files. Add maralorn, declutter
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS9
1 files changed, 3 insertions, 6 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 8c971b3921d..ce3062ec440 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -79,12 +79,9 @@
 /pkgs/development/tools/poetry2nix @adisbladis
 
 # Haskell
-/pkgs/development/compilers/ghc                       @cdepillabout @sternenseemann
-/pkgs/development/haskell-modules		      @cdepillabout @sternenseemann
-/pkgs/development/haskell-modules/default.nix	      @cdepillabout @sternenseemann
-/pkgs/development/haskell-modules/generic-builder.nix @cdepillabout @sternenseemann
-/pkgs/development/haskell-modules/hoogle.nix	      @cdepillabout @sternenseemann
-/pkgs/test/haskell	@cdepillabout @sternenseemann
+/pkgs/development/compilers/ghc    @cdepillabout @sternenseemann @maralorn
+/pkgs/development/haskell-modules  @cdepillabout @sternenseemann @maralorn
+/pkgs/test/haskell                 @cdepillabout @sternenseemann @maralorn
 
 # Perl
 /pkgs/development/interpreters/perl @volth @stigtsp