Merge pull request #289853 from thomaslaich/add-main-program-to-jsonfmt
jsonfmt: add mainProgram entrypoint
This commit is contained in:
commit
3cc2fc9e84
@ -36,5 +36,6 @@ buildGoModule rec {
|
||||
changelog = "https://github.com/caarlos0/jsonfmt/releases/tag/${src.rev}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ figsoda ];
|
||||
mainProgram = "jsonfmt";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user