Unverified Commit d6655282 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #250408 from R-VdP/zellij_mainprogram

zellij: add meta.mainProgram
parents 087655cf 9914997a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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";
  };
}