avalanchego: nixfmt
This commit is contained in:
parent
de9822cc8a
commit
36e71377e0
@ -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";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user