lazygit: add changelog to meta-attributes

gstqt5
Fabian Affolter 2020-12-27 13:19:08 +01:00 committed by Matthieu Coudron
parent 0ff8bafae6
commit 548511929f
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ buildGoModule rec {
meta = with stdenv.lib; {
description = "Simple terminal UI for git commands";
homepage = "https://github.com/jesseduffield/lazygit";
changelog = "https://github.com/jesseduffield/lazygit/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ fpletz equirosa Br1ght0ne ];
};