zellij: add meta.mainProgram

This commit is contained in:
r-vdp 2023-08-20 21:50:57 +02:00
parent fe19e3c3b1
commit 9914997ab6
No known key found for this signature in database

View File

@ -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";
};
}