kubernetes-helm: nixfmt

This commit is contained in:
techknowlogick
2024-08-14 14:56:34 -04:00
parent cd584d3e92
commit 6e521c81bd
@@ -1,4 +1,11 @@
{ lib, buildGoModule, fetchFromGitHub, installShellFiles, testers, kubernetes-helm }:
{
lib,
buildGoModule,
fetchFromGitHub,
installShellFiles,
testers,
kubernetes-helm,
}:
buildGoModule rec {
pname = "kubernetes-helm";
@@ -68,6 +75,13 @@ buildGoModule rec {
description = "Package manager for kubernetes";
mainProgram = "helm";
license = licenses.asl20;
maintainers = with maintainers; [ rlupton20 edude03 saschagrunert Frostman Chili-Man techknowlogick ];
maintainers = with maintainers; [
rlupton20
edude03
saschagrunert
Frostman
Chili-Man
techknowlogick
];
};
}