bunyan-rs: set meta.mainProgram

This commit is contained in:
figsoda 2021-10-08 15:14:49 -04:00
parent e878a50835
commit 6c0b7989fe

View file

@ -21,5 +21,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/LukeMathWalker/bunyan";
license = with licenses; [ asl20 mit ];
maintainers = with maintainers; [ netcrns ];
mainProgram = "bunyan";
};
}