python310Packages.pycmarkgfm: add changelog to meta

This commit is contained in:
Mario Rodas 2022-11-22 21:29:00 +00:00
parent 3296a4be03
commit 7a62174dc2

View file

@ -28,6 +28,7 @@ buildPythonPackage rec {
meta = with lib; {
homepage = "https://github.com/zopieux/pycmarkgfm";
description = "Bindings to GitHub's Flavored Markdown (cmark-gfm), with enhanced support for task lists";
changelog = "https://github.com/zopieux/pycmarkgfm/raw/v${version}/CHANGELOG.md";
platforms = platforms.linux ++ platforms.darwin;
license = licenses.gpl3Plus;
maintainers = with maintainers; [ zopieux ];