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

leo-editor: add meta.mainProgram
This commit is contained in:
figsoda 2021-09-27 08:54:50 -04:00 committed by GitHub
commit c553f34417
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,5 +63,6 @@ mkDerivation rec {
longDescription = "Leo is a PIM, IDE and outliner that accelerates the work flow of programmers, authors and web designers.";
license = licenses.mit;
maintainers = with maintainers; [ leonardoce ];
mainProgram = "leo";
};
}