Merge pull request #250408 from R-VdP/zellij_mainprogram

zellij: add meta.mainProgram
This commit is contained in:
Nick Cao 2023-08-21 08:45:39 +08:00 committed by GitHub
commit d665528299
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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