lazygit: add meta.mainProgram

This commit is contained in:
Austin Horstman
2023-08-07 20:37:48 -05:00
parent 59f817edf3
commit 0336ab2a2b
@@ -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";
};
}