about summary refs log tree commit diff
path: root/pkgs/tools/text/tml/default.nix
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 /pkgs/tools/text/tml/default.nix
parent93a55400242b07e9af086a0e9887d52b3231d0cf (diff)
downloadnixlib-ad420b311c745438233b4e4387135bca14bbeed2.tar
nixlib-ad420b311c745438233b4e4387135bca14bbeed2.tar.gz
nixlib-ad420b311c745438233b4e4387135bca14bbeed2.tar.bz2
nixlib-ad420b311c745438233b4e4387135bca14bbeed2.tar.lz
nixlib-ad420b311c745438233b4e4387135bca14bbeed2.tar.xz
nixlib-ad420b311c745438233b4e4387135bca14bbeed2.tar.zst
nixlib-ad420b311c745438233b4e4387135bca14bbeed2.zip
tml: add changelog to meta
Diffstat (limited to 'pkgs/tools/text/tml/default.nix')
-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 067671e654f1..839ac8b0ce16 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 ];
   };