jsonfmt: add mainProgram entrypoint

This commit is contained in:
Thomas Laich 2024-02-18 22:54:29 +01:00
parent 27cb067156
commit bc1a231099

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