lazygit: add meta.mainProgram

This commit is contained in:
Austin Horstman 2023-08-07 20:35:02 -05:00
parent 59f817edf3
commit 0336ab2a2b
No known key found for this signature in database

View File

@ -22,5 +22,6 @@ buildGoModule rec {
changelog = "https://github.com/jesseduffield/lazygit/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ Br1ght0ne equirosa paveloom ];
mainProgram = "lazygit";
};
}