maintainers: drop IogaMaster (#448265)

This commit is contained in:
Yohann Boniface
2025-10-03 16:37:06 +00:00
committed by GitHub
11 changed files with 5 additions and 20 deletions
-6
View File
@@ -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";
-3
View File
@@ -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 = [
-3
View File
@@ -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
View File
@@ -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
View File
@@ -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";
};
}
+1 -1
View File
@@ -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";
};
}
+1 -1
View File
@@ -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";
};
}
-1
View File
@@ -22,7 +22,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/nix-community/manix";
license = licenses.mpl20;
maintainers = with maintainers; [
iogamaster
lecoqjacob
];
mainProgram = "manix";
-1
View File
@@ -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
+1 -1
View File
@@ -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";
};
}
-1
View File
@@ -36,7 +36,6 @@ rustPlatform.buildRustPackage {
homepage = "https://github.com/nushell/nufmt";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
iogamaster
khaneliman
];
mainProgram = "nufmt";