mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
jql: set meta.mainProgram
This commit is contained in:
parent
c67418a2c1
commit
49f27ea2ca
@ -22,5 +22,6 @@ rustPlatform.buildRustPackage rec {
|
||||
changelog = "https://github.com/yamafaktory/jql/releases/tag/${src.rev}";
|
||||
license = with licenses; [ asl20 mit ];
|
||||
maintainers = with maintainers; [ akshgpt7 figsoda ];
|
||||
mainProgram = "jql";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user