Merge pull request #281998 from wamserma/lapce-meta-mainProgram

lapce: add meta.mainProgram
This commit is contained in:
Nick Cao
2024-01-19 10:27:06 -05:00
committed by GitHub
@@ -131,5 +131,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/lapce/lapce";
license = with licenses; [ asl20 ];
maintainers = with maintainers; [ elliot ];
mainProgram = "lapce";
};
}