cmark-gfm: add changelog to meta

This commit is contained in:
Mario Rodas 2023-04-11 01:20:00 +00:00
parent 1256c8670d
commit f828f3e06d

View file

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