python310Packages.rstcheck-core: add changelog to meta

This commit is contained in:
Fabian Affolter
2022-12-06 19:19:18 +01:00
parent 93706c0f1a
commit c90454b46d
@@ -23,7 +23,7 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "rstcheck";
repo = pname;
rev = "v${version}";
rev = "refs/tags/v${version}";
hash = "sha256-XNr+prK9VDP66ZaFvh3Qrx+eJs6mnVO8lvoMC/qrCLs=";
};
@@ -58,6 +58,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Library for checking syntax of reStructuredText";
homepage = "https://github.com/rstcheck/rstcheck-core";
changelog = "https://github.com/rstcheck/rstcheck-core/blob/v${version}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};