Commit 51369607 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

tfsec: format with nixfmt

parent f9bd4403
Loading
Loading
Loading
Loading
+8 −4
Original line number Diff line number Diff line
{ lib
, buildGoModule
, fetchFromGitHub
{
  lib,
  buildGoModule,
  fetchFromGitHub,
}:

buildGoModule rec {
@@ -35,6 +36,9 @@ buildGoModule rec {
    homepage = "https://github.com/aquasecurity/tfsec";
    changelog = "https://github.com/aquasecurity/tfsec/releases/tag/v${version}";
    license = licenses.mit;
    maintainers = with maintainers; [ fab peterromfeldhk ];
    maintainers = with maintainers; [
      fab
      peterromfeldhk
    ];
  };
}