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