summary refs log tree commit diff
path: root/.github/CODEOWNERS
diff options
context:
space:
mode:
authorJoe Hermaszewski <git@monoid.al>2021-06-16 12:16:59 +0800
committerJoe Hermaszewski <git@monoid.al>2021-06-16 12:17:11 +0800
commit7a0b55c042244a6010b6a5580f18554f894f5f0c (patch)
tree2266a4f1c5afa1ce91ebded4256d378035b172df /.github/CODEOWNERS
parent56e1dac7c81ec3efd937111966949e55134efab8 (diff)
downloadnixpkgs-7a0b55c042244a6010b6a5580f18554f894f5f0c.tar
nixpkgs-7a0b55c042244a6010b6a5580f18554f894f5f0c.tar.gz
nixpkgs-7a0b55c042244a6010b6a5580f18554f894f5f0c.tar.bz2
nixpkgs-7a0b55c042244a6010b6a5580f18554f894f5f0c.tar.lz
nixpkgs-7a0b55c042244a6010b6a5580f18554f894f5f0c.tar.xz
nixpkgs-7a0b55c042244a6010b6a5580f18554f894f5f0c.tar.zst
nixpkgs-7a0b55c042244a6010b6a5580f18554f894f5f0c.zip
CODEOWNERS: add expipiplus1 for Haskell files
Diffstat (limited to '.github/CODEOWNERS')
-rw-r--r--.github/CODEOWNERS14
1 files changed, 7 insertions, 7 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 2f5c5950cdb..64719a7bc3a 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -82,13 +82,13 @@
 /pkgs/development/interpreters/python/conda                 @DavHau
 
 # Haskell
-/doc/languages-frameworks/haskell.section.md  @cdepillabout @sternenseemann @maralorn
-/maintainers/scripts/haskell                  @cdepillabout @sternenseemann @maralorn
-/pkgs/development/compilers/ghc               @cdepillabout @sternenseemann @maralorn
-/pkgs/development/haskell-modules             @cdepillabout @sternenseemann @maralorn
-/pkgs/test/haskell                            @cdepillabout @sternenseemann @maralorn
-/pkgs/top-level/release-haskell.nix           @cdepillabout @sternenseemann @maralorn
-/pkgs/top-level/haskell-packages.nix          @cdepillabout @sternenseemann @maralorn
+/doc/languages-frameworks/haskell.section.md  @cdepillabout @sternenseemann @maralorn @expipiplus1
+/maintainers/scripts/haskell                  @cdepillabout @sternenseemann @maralorn @expipiplus1
+/pkgs/development/compilers/ghc               @cdepillabout @sternenseemann @maralorn @expipiplus1
+/pkgs/development/haskell-modules             @cdepillabout @sternenseemann @maralorn @expipiplus1
+/pkgs/test/haskell                            @cdepillabout @sternenseemann @maralorn @expipiplus1
+/pkgs/top-level/release-haskell.nix           @cdepillabout @sternenseemann @maralorn @expipiplus1
+/pkgs/top-level/haskell-packages.nix          @cdepillabout @sternenseemann @maralorn @expipiplus1
 
 # Perl
 /pkgs/development/interpreters/perl @volth @stigtsp