maintainers: add iogamaster (#526091)

This commit is contained in:
Yohann Boniface
2026-05-30 20:53:01 +00:00
committed by GitHub
3 changed files with 11 additions and 1 deletions
+6
View File
@@ -11711,6 +11711,12 @@
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";
+4 -1
View File
@@ -29,7 +29,10 @@ buildGoModule (finalAttrs: {
description = "Bulk port forwarding Kubernetes services for local development";
homepage = "https://kubefwd.com";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ cjimti ];
maintainers = with lib.maintainers; [
cjimti
iogamaster
];
mainProgram = "kubefwd";
};
})
+1
View File
@@ -23,6 +23,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
license = lib.licenses.mpl20;
maintainers = with lib.maintainers; [
lecoqjacob
iogamaster
];
mainProgram = "manix";
};