Skip to content

Commit 131a494

Browse files
authored
maintainers: drop lychee (#342666)
2 parents a8d167c + d2f8479 commit 131a494

File tree

5 files changed

+3
-10
lines changed

5 files changed

+3
-10
lines changed

maintainers/maintainer-list.nix

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12478,12 +12478,6 @@
1247812478
githubId = 7910815;
1247912479
name = "Alex McGrath";
1248012480
};
12481-
lychee = {
12482-
email = "[email protected]";
12483-
githubId = 82718618;
12484-
github = "itslychee";
12485-
name = "Lychee";
12486-
};
1248712481
lyndeno = {
1248812482
name = "Lyndon Sanche";
1248912483
email = "[email protected]";

pkgs/by-name/ce/celeste64/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ buildDotnetModule rec {
7878
meta = {
7979
license = with lib.licenses; [ unfree mit ];
8080
platforms = [ "x86_64-linux" "aarch64-linux" "armv7l-linux" ];
81-
maintainers = with lib.maintainers; [ lychee ];
81+
maintainers = with lib.maintainers; [ ];
8282
mainProgram = "Celeste64";
8383
homepage = "https://github.com/ExOK/Celeste64";
8484
description = "Celeste 64: Fragments of the Mountain";

pkgs/by-name/so/soteria/package.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ rustPlatform.buildRustPackage {
5656
mainProgram = "soteria";
5757
maintainers = with lib.maintainers; [
5858
NotAShelf
59-
lychee
6059
];
6160
inherit (polkit.meta) platforms;
6261
};

pkgs/development/python-modules/import-expression/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ buildPythonPackage rec {
3535
psfl
3636
];
3737
mainProgram = "import-expression";
38-
maintainers = with lib.maintainers; [ lychee ];
38+
maintainers = with lib.maintainers; [ ];
3939
};
4040
}

pkgs/development/python-modules/jishaku/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ buildPythonPackage rec {
6565
description = "Debugging and testing cog for discord.py bots";
6666
homepage = "https://jishaku.readthedocs.io/en/latest";
6767
changelog = "https://github.com/Gorialis/jishaku/releases/tag/${version}";
68-
maintainers = with lib.maintainers; [ lychee ];
68+
maintainers = with lib.maintainers; [ ];
6969
mainProgram = "jishaku";
7070
license = lib.licenses.mit;
7171
};

0 commit comments

Comments
 (0)