tab-rs: set meta.mainProgram

This commit is contained in:
figsoda 2021-10-08 15:11:38 -04:00
parent bf4167861d
commit 8234f81d9f

View file

@ -23,5 +23,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/austinjones/tab-rs";
license = licenses.mit;
maintainers = with maintainers; [ bbigras ];
mainProgram = "tab";
};
}