maintainers: add iogamaster (#526091)
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -23,6 +23,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
license = lib.licenses.mpl20;
|
||||
maintainers = with lib.maintainers; [
|
||||
lecoqjacob
|
||||
iogamaster
|
||||
];
|
||||
mainProgram = "manix";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user