mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
zellij: add meta.mainProgram
This commit is contained in:
parent
fe19e3c3b1
commit
9914997ab6
@ -62,5 +62,6 @@ rustPlatform.buildRustPackage rec {
|
||||
changelog = "https://github.com/zellij-org/zellij/blob/v${version}/CHANGELOG.md";
|
||||
license = with licenses; [ mit ];
|
||||
maintainers = with maintainers; [ therealansh _0x4A6F abbe thehedgeh0g ];
|
||||
mainProgram = "zellij";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user