Merge pull request #267235 from SFrijters/hurl-mainprogram
hurl: set meta.mainProgram
This commit is contained in:
commit
5c06b9885d
1 changed files with 1 additions and 0 deletions
|
@ -47,5 +47,6 @@ rustPlatform.buildRustPackage rec {
|
|||
changelog = "https://github.com/Orange-OpenSource/hurl/blob/${version}/CHANGELOG.md";
|
||||
maintainers = with maintainers; [ eonpatapon figsoda ];
|
||||
license = licenses.asl20;
|
||||
mainProgram = "hurl";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue