avalanchego: nixfmt

This commit is contained in:
wxt 2024-10-26 21:24:23 +08:00
parent de9822cc8a
commit 36e71377e0
No known key found for this signature in database
GPG Key ID: F62181757D8BF693

View File

@ -1,8 +1,9 @@
{ IOKit
, buildGoModule
, fetchFromGitHub
, lib
, stdenv
{
IOKit,
buildGoModule,
fetchFromGitHub,
lib,
stdenv,
}:
buildGoModule rec {
@ -39,7 +40,10 @@ buildGoModule rec {
homepage = "https://github.com/ava-labs/avalanchego";
changelog = "https://github.com/ava-labs/avalanchego/releases/tag/v${version}";
license = licenses.bsd3;
maintainers = with maintainers; [ urandom qjoly ];
maintainers = with maintainers; [
urandom
qjoly
];
mainProgram = "avalanchego";
};
}