Loading pkgs/development/libraries/cmark-gfm/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
pkgs/development/libraries/cmark-gfm/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -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; Loading