maintainers: drop lychee (#342666)

This commit is contained in:
Winter 2024-09-17 22:08:58 -04:00 committed by GitHub
commit 131a494ca4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 3 additions and 10 deletions

View File

@ -12478,12 +12478,6 @@
githubId = 7910815;
name = "Alex McGrath";
};
lychee = {
email = "itslychee+nixpkgs@protonmail.com";
githubId = 82718618;
github = "itslychee";
name = "Lychee";
};
lyndeno = {
name = "Lyndon Sanche";
email = "lsanche@lyndeno.ca";

View File

@ -78,7 +78,7 @@ buildDotnetModule rec {
meta = {
license = with lib.licenses; [ unfree mit ];
platforms = [ "x86_64-linux" "aarch64-linux" "armv7l-linux" ];
maintainers = with lib.maintainers; [ lychee ];
maintainers = with lib.maintainers; [ ];
mainProgram = "Celeste64";
homepage = "https://github.com/ExOK/Celeste64";
description = "Celeste 64: Fragments of the Mountain";

View File

@ -56,7 +56,6 @@ rustPlatform.buildRustPackage {
mainProgram = "soteria";
maintainers = with lib.maintainers; [
NotAShelf
lychee
];
inherit (polkit.meta) platforms;
};

View File

@ -35,6 +35,6 @@ buildPythonPackage rec {
psfl
];
mainProgram = "import-expression";
maintainers = with lib.maintainers; [ lychee ];
maintainers = with lib.maintainers; [ ];
};
}

View File

@ -65,7 +65,7 @@ buildPythonPackage rec {
description = "Debugging and testing cog for discord.py bots";
homepage = "https://jishaku.readthedocs.io/en/latest";
changelog = "https://github.com/Gorialis/jishaku/releases/tag/${version}";
maintainers = with lib.maintainers; [ lychee ];
maintainers = with lib.maintainers; [ ];
mainProgram = "jishaku";
license = lib.licenses.mit;
};