about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-05-28 20:32:44 +0200
committerGitHub <noreply@github.com>2023-05-28 20:32:44 +0200
commitad420b311c745438233b4e4387135bca14bbeed2 (patch)
tree95f98e05d78616e7241a18a111b3a67afae452e5
parent93a55400242b07e9af086a0e9887d52b3231d0cf (diff)
tml: add changelog to meta
-rw-r--r--pkgs/tools/text/tml/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/text/tml/default.nix b/pkgs/tools/text/tml/default.nix
index 067671e654f1d..839ac8b0ce164 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 ];
   };