tml: add changelog to meta
This commit is contained in:
parent
93a5540024
commit
ad420b311c
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ buildGoModule rec {
|
|||
meta = with lib; {
|
||||
description = "A tiny markup language for terminal output";
|
||||
homepage = "https://github.com/liamg/tml";
|
||||
changelog = "https://github.com/liamg/tml/releases/tag/v${version}";
|
||||
license = licenses.unlicense;
|
||||
maintainers = with maintainers; [ figsoda ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue