Unverified Commit 8b4804d9 authored by Acid Bong's avatar Acid Bong
Browse files

maintainers: drop IogaMaster

Hasn't commented since [this May](https://github.com/NixOS/nixpkgs/issues?q=commenter%3Aiogamaster), hasn't opened any tickets themselves since [this April](https://github.com/NixOS/nixpkgs/issues?q=author%3Aiogamaster), both of which are longer than the 3 months, specified in the [maintainer README](https://github.com/NixOS/nixpkgs/tree/6d40c7d426c102023aae52888215699bc024cfd3/maintainers#losing-maintainer-status).
parent 6d40c7d4
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -11082,12 +11082,6 @@
    githubId = 7348004;
    name = "Benjamin Levy";
  };
  iogamaster = {
    email = "iogamastercode+nixpkgs@gmail.com";
    name = "IogaMaster";
    github = "IogaMaster";
    githubId = 67164465;
  };
  ionutnechita = {
    email = "ionut_n2001@yahoo.com";
    github = "ionutnechita";
+0 −3
Original line number Diff line number Diff line
@@ -53,9 +53,6 @@ stdenv.mkDerivation (finalAttrs: {
    description = "Hyprland's idle daemon";
    homepage = "https://github.com/hyprwm/hypridle";
    license = lib.licenses.bsd3;
    maintainers = with lib.maintainers; [
      iogamaster
    ];
    teams = [ lib.teams.hyprland ];
    mainProgram = "hypridle";
    platforms = [
+0 −3
Original line number Diff line number Diff line
@@ -39,9 +39,6 @@ stdenv.mkDerivation (finalAttrs: {
    description = "Official implementation library for the hypr config language";
    license = lib.licenses.lgpl3Only;
    platforms = lib.platforms.all;
    maintainers = with lib.maintainers; [
      iogamaster
    ];
    teams = [ lib.teams.hyprland ];
  };
})
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ rustPlatform.buildRustPackage rec {
    description = "Like IntelliSense, but for shells";
    homepage = "https://github.com/lasantosr/intelli-shell";
    license = licenses.asl20;
    maintainers = with maintainers; [ iogamaster ];
    maintainers = [ ];
    mainProgram = "intelli-shell";
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ python3.pkgs.buildPythonApplication rec {
    description = "Keyboard Layout Maker";
    homepage = "https://github.com/OneDeadKey/kalamine/";
    license = licenses.mit;
    maintainers = with maintainers; [ iogamaster ];
    maintainers = [ ];
    mainProgram = "kalamine";
  };
}
Loading