Merge pull request #289853 from thomaslaich/add-main-program-to-jsonfmt

jsonfmt: add mainProgram entrypoint
This commit is contained in:
Nick Cao
2024-02-19 09:37:08 -05:00
committed by GitHub
@@ -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";
};
}