forked from mirrors/nixpkgs
bunyan-rs: set meta.mainProgram
This commit is contained in:
parent
e878a50835
commit
6c0b7989fe
|
@ -21,5 +21,6 @@ rustPlatform.buildRustPackage rec {
|
|||
homepage = "https://github.com/LukeMathWalker/bunyan";
|
||||
license = with licenses; [ asl20 mit ];
|
||||
maintainers = with maintainers; [ netcrns ];
|
||||
mainProgram = "bunyan";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue