kubefwd: add iogamaster to maintainers

This commit is contained in:
IogaMaster
2026-05-30 13:15:57 -06:00
parent cd77af625a
commit fbdf10eec7
+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";
};
})