summary refs log tree commit diff
path: root/maintainers/team-list.nix
diff options
context:
space:
mode:
author(cdep)illabout <cdep.illabout@gmail.com>2021-07-17 14:47:22 +0900
committer(cdep)illabout <cdep.illabout@gmail.com>2021-07-17 14:47:22 +0900
commitb939816cb7a447e8586e8e9e5bfcc122f39d6ed8 (patch)
treedb9fe15b0c54ead6f5de93c5717503d92c74254a /maintainers/team-list.nix
parent1a9b069849eecdaa432b4370d2bd5c1bbeccc59c (diff)
downloadnixpkgs-b939816cb7a447e8586e8e9e5bfcc122f39d6ed8.tar
nixpkgs-b939816cb7a447e8586e8e9e5bfcc122f39d6ed8.tar.gz
nixpkgs-b939816cb7a447e8586e8e9e5bfcc122f39d6ed8.tar.bz2
nixpkgs-b939816cb7a447e8586e8e9e5bfcc122f39d6ed8.tar.lz
nixpkgs-b939816cb7a447e8586e8e9e5bfcc122f39d6ed8.tar.xz
nixpkgs-b939816cb7a447e8586e8e9e5bfcc122f39d6ed8.tar.zst
nixpkgs-b939816cb7a447e8586e8e9e5bfcc122f39d6ed8.zip
maintainers/team-list.nix: add expipiplus1 to the haskell team
Diffstat (limited to 'maintainers/team-list.nix')
-rw-r--r--maintainers/team-list.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix
index 939cf159212..a39567f572c 100644
--- a/maintainers/team-list.nix
+++ b/maintainers/team-list.nix
@@ -114,8 +114,9 @@ with lib.maintainers; {
 
   haskell = {
     members = [
-      maralorn
       cdepillabout
+      expipiplus1
+      maralorn
       sternenseemann
     ];
     scope = "Maintain Haskell packages and infrastructure.";