maintainers: drop IogaMaster (#448265)
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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 = [
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -27,7 +27,7 @@ buildGoModule rec {
|
||||
description = "Bulk port forwarding Kubernetes services for local development";
|
||||
homepage = "https://github.com/txn2/kubefwd";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ iogamaster ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "kubefwd";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -21,7 +21,7 @@ rustPlatform.buildRustPackage rec {
|
||||
description = "Simple system fetch written in rust";
|
||||
homepage = "https://github.com/IogaMaster/leaf";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ iogamaster ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "leaf";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -22,7 +22,6 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/nix-community/manix";
|
||||
license = licenses.mpl20;
|
||||
maintainers = with maintainers; [
|
||||
iogamaster
|
||||
lecoqjacob
|
||||
];
|
||||
mainProgram = "manix";
|
||||
|
||||
@@ -138,7 +138,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
changelog = "https://github.com/YaLTeR/niri/releases/tag/v${finalAttrs.version}";
|
||||
license = lib.licenses.gpl3Only;
|
||||
maintainers = with lib.maintainers; [
|
||||
iogamaster
|
||||
foo-dogsquared
|
||||
sodiboo
|
||||
getchoo
|
||||
|
||||
@@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://git.2f30.org/noice/";
|
||||
license = licenses.bsd2;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ iogamaster ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "noice";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -36,7 +36,6 @@ rustPlatform.buildRustPackage {
|
||||
homepage = "https://github.com/nushell/nufmt";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
iogamaster
|
||||
khaneliman
|
||||
];
|
||||
mainProgram = "nufmt";
|
||||
|
||||
Reference in New Issue
Block a user