python311Packages.mdformat: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-08-25 20:11:12 +02:00 committed by GitHub
parent 3d37de3cc9
commit 487eb77b10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,7 +55,7 @@ let
src = fetchFromGitHub {
owner = "executablebooks";
repo = pname;
rev = version;
rev = "refs/tags/${version}";
hash = "sha256-umtfbhN6sDR/rFr1LwmJ21Ph9bK1Qq43bmMVzGCPD5s=";
};
@ -93,6 +93,7 @@ let
meta = with lib; {
description = "CommonMark compliant Markdown formatter";
homepage = "https://mdformat.rtfd.io/";
changelog = "https://github.com/executablebooks/mdformat/blob/${version}/docs/users/changelog.md";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab aldoborrero ];
mainProgram = "mdformat";