lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python311Packages.mdformat: add changelog to meta

authored by

Fabian Affolter and committed by
GitHub
487eb77b 3d37de3c

+2 -1
+2 -1
pkgs/development/python-modules/mdformat/default.nix
··· 55 55 src = fetchFromGitHub { 56 56 owner = "executablebooks"; 57 57 repo = pname; 58 - rev = version; 58 + rev = "refs/tags/${version}"; 59 59 hash = "sha256-umtfbhN6sDR/rFr1LwmJ21Ph9bK1Qq43bmMVzGCPD5s="; 60 60 }; 61 61 ··· 93 93 meta = with lib; { 94 94 description = "CommonMark compliant Markdown formatter"; 95 95 homepage = "https://mdformat.rtfd.io/"; 96 + changelog = "https://github.com/executablebooks/mdformat/blob/${version}/docs/users/changelog.md"; 96 97 license = with licenses; [ mit ]; 97 98 maintainers = with maintainers; [ fab aldoborrero ]; 98 99 mainProgram = "mdformat";