From ad420b311c745438233b4e4387135bca14bbeed2 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 28 May 2023 20:32:44 +0200 Subject: [PATCH] tml: add changelog to meta --- pkgs/tools/text/tml/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/tools/text/tml/default.nix b/pkgs/tools/text/tml/default.nix index 067671e654f..839ac8b0ce1 100644 --- a/pkgs/tools/text/tml/default.nix +++ b/pkgs/tools/text/tml/default.nix @@ -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 ]; };