summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorEllie Hermaszewska <git@monoid.al>2022-05-25 10:31:20 +0800
committerGitHub <noreply@github.com>2022-05-25 10:31:20 +0800
commitcef38c94886c2f40e5653a2ba6830632a6136bf8 (patch)
tree9b750f71daaa7e845e5fc465c8315716df3289a1 /.github
parent68dfbe0683f3738f06062be4dcef7736d081670d (diff)
parentcbf736eb3906fd1d4c3efba40d3846140a616b9b (diff)
downloadnixpkgs-cef38c94886c2f40e5653a2ba6830632a6136bf8.tar
nixpkgs-cef38c94886c2f40e5653a2ba6830632a6136bf8.tar.gz
nixpkgs-cef38c94886c2f40e5653a2ba6830632a6136bf8.tar.bz2
nixpkgs-cef38c94886c2f40e5653a2ba6830632a6136bf8.tar.lz
nixpkgs-cef38c94886c2f40e5653a2ba6830632a6136bf8.tar.xz
nixpkgs-cef38c94886c2f40e5653a2ba6830632a6136bf8.tar.zst
nixpkgs-cef38c94886c2f40e5653a2ba6830632a6136bf8.zip
Merge pull request #174363 from expipiplus1/ellie-codeowners
CODEOWNERS: remove expipiplus1 from haskell
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS14
1 files changed, 7 insertions, 7 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 00c8dabe918..557542772cf 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -98,13 +98,13 @@
 /pkgs/development/interpreters/python/hooks                 @FRidh @jonringer
 
 # Haskell
-/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
+/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
 
 # Perl
 /pkgs/development/interpreters/perl @stigtsp @zakame