kubesec: format

This commit is contained in:
06kellyjac 2024-11-22 16:36:31 +00:00
parent 964bdaac30
commit 05bfa822d6

View File

@ -1,7 +1,8 @@
{ lib
, buildGoModule
, fetchFromGitHub
, installShellFiles
{
lib,
buildGoModule,
fetchFromGitHub,
installShellFiles,
}:
buildGoModule rec {
@ -50,6 +51,9 @@ buildGoModule rec {
homepage = "https://github.com/controlplaneio/kubesec";
changelog = "https://github.com/controlplaneio/kubesec/blob/v${version}/CHANGELOG.md";
license = with licenses; [ asl20 ];
maintainers = with maintainers; [ fab jk ];
maintainers = with maintainers; [
fab
jk
];
};
}