summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-03-22 22:09:25 +0100
committersterni <sternenseemann@systemli.org>2021-03-23 02:05:13 +0100
commitf0f79f76430c5fd4d8a77ef24912eb3604f6c817 (patch)
tree5a4cd8027fdd0ca2592c68164ed70623fdad8edc /.github
parent368329907b44dcf99ceabf52a260f28287c16961 (diff)
downloadnixpkgs-f0f79f76430c5fd4d8a77ef24912eb3604f6c817.tar
nixpkgs-f0f79f76430c5fd4d8a77ef24912eb3604f6c817.tar.gz
nixpkgs-f0f79f76430c5fd4d8a77ef24912eb3604f6c817.tar.bz2
nixpkgs-f0f79f76430c5fd4d8a77ef24912eb3604f6c817.tar.lz
nixpkgs-f0f79f76430c5fd4d8a77ef24912eb3604f6c817.tar.xz
nixpkgs-f0f79f76430c5fd4d8a77ef24912eb3604f6c817.tar.zst
nixpkgs-f0f79f76430c5fd4d8a77ef24912eb3604f6c817.zip
codeowners: add sternenseemann for haskell
I want to get notified about haskell PRs.
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 048218a6d49..1d3d51cda71 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -79,11 +79,11 @@
 /pkgs/development/tools/poetry2nix @adisbladis
 
 # Haskell
-/pkgs/development/compilers/ghc                       @cdepillabout
-/pkgs/development/haskell-modules		      @cdepillabout
-/pkgs/development/haskell-modules/default.nix	      @cdepillabout
-/pkgs/development/haskell-modules/generic-builder.nix @cdepillabout
-/pkgs/development/haskell-modules/hoogle.nix	      @cdepillabout
+/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
 
 # Perl
 /pkgs/development/interpreters/perl @volth @stigtsp