about summary refs log tree commit diff
path: root/pkgs/development/libraries/cmark-gfm
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-04-11 01:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2023-04-11 01:20:00 +0000
commitf828f3e06d332cb0fda9d84432ede9b81d412d4d (patch)
tree61272a6adf60f63fad7e02258756772c6c60b47f /pkgs/development/libraries/cmark-gfm
parent1256c8670da0ca740224d77f5570c767ea84e26a (diff)
cmark-gfm: add changelog to meta
Diffstat (limited to 'pkgs/development/libraries/cmark-gfm')
-rw-r--r--pkgs/development/libraries/cmark-gfm/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/cmark-gfm/default.nix b/pkgs/development/libraries/cmark-gfm/default.nix
index 175b3ee7aeff6..4cf7dec674f35 100644
--- a/pkgs/development/libraries/cmark-gfm/default.nix
+++ b/pkgs/development/libraries/cmark-gfm/default.nix
@@ -17,6 +17,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     description = "GitHub's fork of cmark, a CommonMark parsing and rendering library and program in C";
     homepage = "https://github.com/github/cmark-gfm";
+    changelog = "https://github.com/github/cmark-gfm/raw/${version}/changelog.txt";
     maintainers = with maintainers; [ cyplo ];
     platforms = platforms.unix;
     license = licenses.bsd2;