Unverified Commit 131a494c authored by Winter's avatar Winter Committed by GitHub
Browse files

maintainers: drop lychee (#342666)

parents a8d167c8 d2f8479f
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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";
+1 −1
Original line number Diff line number Diff line
@@ -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";
+0 −1
Original line number Diff line number Diff line
@@ -56,7 +56,6 @@ rustPlatform.buildRustPackage {
    mainProgram = "soteria";
    maintainers = with lib.maintainers; [
      NotAShelf
      lychee
    ];
    inherit (polkit.meta) platforms;
  };
+1 −1
Original line number Diff line number Diff line
@@ -35,6 +35,6 @@ buildPythonPackage rec {
      psfl
    ];
    mainProgram = "import-expression";
    maintainers = with lib.maintainers; [ lychee ];
    maintainers = with lib.maintainers; [ ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };