Merge pull request #252355 from name-snrl/add-mainProgram-to-gojq
gojq: add mainProgram to meta
This commit is contained in:
@@ -25,5 +25,6 @@ buildGoModule rec {
|
||||
changelog = "https://github.com/itchyny/gojq/blob/v${version}/CHANGELOG.md";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ aaronjheng ];
|
||||
mainProgram = "gojq";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user