tml: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-05-28 20:32:44 +02:00 committed by GitHub
parent 93a5540024
commit ad420b311c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];
};