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
commit 3cc2fc9e84
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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";
};
}