lapce: add meta.mainProgram

This commit is contained in:
Markus S. Wamser 2024-01-19 09:08:55 +01:00
parent b956688fd1
commit 936602b873

View file

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