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
commit 0358371755
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -131,5 +131,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/lapce/lapce";
license = with licenses; [ asl20 ];
maintainers = with maintainers; [ elliot ];
mainProgram = "lapce";
};
}