Merge pull request #139591 from siraben/leo-editor-mainprogram

leo-editor: add meta.mainProgram

authored by

figsoda and committed by
GitHub
c553f344 d8f538ea

+1
+1
pkgs/applications/editors/leo-editor/default.nix
··· 63 63 longDescription = "Leo is a PIM, IDE and outliner that accelerates the work flow of programmers, authors and web designers."; 64 64 license = licenses.mit; 65 65 maintainers = with maintainers; [ leonardoce ]; 66 + mainProgram = "leo"; 66 67 }; 67 68 }