Skip to content

Commit cda153c

Browse files
authored
maintainers: remove expipiplus1 (#354409)
2 parents a54c7dc + e134422 commit cda153c

File tree

25 files changed

+21
-61
lines changed

25 files changed

+21
-61
lines changed

maintainers/maintainer-list.nix

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6881,14 +6881,6 @@
68816881
githubId = 873530;
68826882
name = "Alexey Levan";
68836883
};
6884-
expipiplus1 = {
6885-
email = "[email protected]";
6886-
matrix = "@ellie:monoid.al";
6887-
github = "expipiplus1";
6888-
githubId = 857308;
6889-
name = "Ellie Hermaszewska";
6890-
keys = [ { fingerprint = "FC1D 3E4F CBCA 80DF E870 6397 C811 6E3A 0C1C A76A"; } ];
6891-
};
68926884
exploitoverload = {
68936885
email = "[email protected]";
68946886
github = "exploitoverload";

maintainers/team-list.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,6 @@ with lib.maintainers;
449449
haskell = {
450450
members = [
451451
cdepillabout
452-
expipiplus1
453452
maralorn
454453
ncfavier
455454
sternenseemann

pkgs/applications/networking/instant-messengers/signald/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ in stdenv.mkDerivation {
8484
binaryBytecode # deps
8585
];
8686
license = licenses.gpl3Plus;
87-
maintainers = with maintainers; [ expipiplus1 ];
87+
maintainers = [];
8888
platforms = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ];
8989
};
9090
}

pkgs/applications/science/electronics/fped/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ stdenv.mkDerivation {
4343
mainProgram = "fped";
4444
homepage = "http://projects.qi-hardware.com/index.php/p/fped/";
4545
license = licenses.gpl2;
46-
maintainers = with maintainers; [ expipiplus1 ];
46+
maintainers = [];
4747
platforms = platforms.linux;
4848
};
4949
}

pkgs/applications/science/electronics/picoscope/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
let
1818
shared_meta = lib: {
1919
homepage = "https://www.picotech.com/downloads/linux";
20-
maintainers = with lib.maintainers; [ expipiplus1 wirew0rm ] ++ lib.teams.lumiguide.members;
20+
maintainers = with lib.maintainers; [ wirew0rm ] ++ lib.teams.lumiguide.members;
2121
platforms = [ "x86_64-linux" ];
2222
license = lib.licenses.unfree;
2323
};

pkgs/applications/version-management/git-fame/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ bundlerEnv {
1515
'';
1616
homepage = "http://oleander.io/git-fame-rb";
1717
license = licenses.mit;
18-
maintainers = with maintainers; [ expipiplus1 nicknovitski ];
18+
maintainers = with maintainers; [ nicknovitski ];
1919
platforms = platforms.unix;
2020
mainProgram = "git-fame";
2121
};

pkgs/by-name/li/libgpiod_1/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
3939
'';
4040
homepage = "https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/about/";
4141
license = licenses.lgpl2;
42-
maintainers = [ maintainers.expipiplus1 ];
42+
maintainers = [];
4343
platforms = platforms.linux;
4444
};
4545
}

pkgs/by-name/mo/monado/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ stdenv.mkDerivation (finalAttrs: {
155155
description = "Open source XR runtime";
156156
homepage = "https://monado.freedesktop.org/";
157157
license = licenses.boost;
158-
maintainers = with maintainers; [ Scrumplex expipiplus1 prusnak ];
158+
maintainers = with maintainers; [ Scrumplex prusnak ];
159159
platforms = platforms.linux;
160160
mainProgram = "monado-cli";
161161
};

pkgs/by-name/xr/xrgears/package.nix

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,6 @@ stdenv.mkDerivation {
6565
mainProgram = "xrgears";
6666
platforms = platforms.linux;
6767
license = licenses.mit;
68-
maintainers = with maintainers; [
69-
expipiplus1
70-
Scrumplex
71-
];
68+
maintainers = with maintainers; [ Scrumplex ];
7269
};
7370
}

pkgs/development/embedded/fpga/ecpdap/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ rustPlatform.buildRustPackage rec {
3232
'';
3333
homepage = "https://github.com/adamgreig/ecpdap";
3434
license = licenses.asl20;
35-
maintainers = with maintainers; [ expipiplus1 ];
35+
maintainers = [];
3636
};
3737
}
3838

0 commit comments

Comments
 (0)