cloudfox: format with nixfmt
This commit is contained in:
parent
f21fc56f26
commit
89d91db8c4
1 changed files with 5 additions and 4 deletions
|
@ -1,6 +1,7 @@
|
|||
{ lib
|
||||
, buildGoModule
|
||||
, fetchFromGitHub
|
||||
{
|
||||
lib,
|
||||
buildGoModule,
|
||||
fetchFromGitHub,
|
||||
}:
|
||||
|
||||
buildGoModule rec {
|
||||
|
@ -26,10 +27,10 @@ buildGoModule rec {
|
|||
|
||||
meta = with lib; {
|
||||
description = "Tool for situational awareness of cloud penetration tests";
|
||||
mainProgram = "cloudfox";
|
||||
homepage = "https://github.com/BishopFox/cloudfox";
|
||||
changelog = "https://github.com/BishopFox/cloudfox/releases/tag/v${version}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ fab ];
|
||||
mainProgram = "cloudfox";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue