lazygit: add changelog to meta-attributes

This commit is contained in:
Fabian Affolter 2020-12-27 13:19:08 +01:00 committed by Matthieu Coudron
parent 0ff8bafae6
commit 548511929f

View File

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