Skip to content

Commit

Permalink
avalanchego: nixfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Bot-wxt1221 committed Oct 26, 2024
1 parent 1348464 commit c7e67c5
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions pkgs/by-name/av/avalanchego/package.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{ IOKit
, buildGoModule
, fetchFromGitHub
, lib
, stdenv
{
IOKit,
buildGoModule,
fetchFromGitHub,
lib,
stdenv,
}:

buildGoModule rec {
Expand Down Expand Up @@ -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";
};
}

0 comments on commit c7e67c5

Please sign in to comment.