mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-25 22:33:43 +00:00
python311Packages.mdformat-frontmatter: add changelog to meta
This commit is contained in:
parent
a4752fe92a
commit
4bae64e420
@ -13,13 +13,13 @@
|
||||
buildPythonPackage rec {
|
||||
pname = "mdformat-frontmatter";
|
||||
version = "2.0.8";
|
||||
format = "pyproject";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "butler54";
|
||||
repo = pname;
|
||||
repo = "mdformat-frontmatter";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-2heQw8LL/ILY36oItBeQq33qjVBGT51qGG4CcCEDutA=";
|
||||
};
|
||||
@ -44,6 +44,7 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "mdformat plugin to ensure frontmatter is respected";
|
||||
homepage = "https://github.com/butler54/mdformat-frontmatter";
|
||||
changelog = "https://github.com/butler54/mdformat-frontmatter/blob/v{version}/CHANGELOG.md";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ aldoborrero polarmutex ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user