python311Packages.docx2python: add changelog to meta

This commit is contained in:
natsukium
2023-10-17 13:49:39 +09:00
parent 09fb914be3
commit 19d40d80ea

View File

@@ -16,7 +16,7 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "ShayHill";
repo = pname;
repo = "docx2python";
rev = "refs/tags/${version}";
hash = "sha256-SavRYnNbESRQh9Elk8qCt/qdI2x+sYZJFMYy+Gojg2k=";
};
@@ -36,6 +36,7 @@ buildPythonPackage rec {
meta = with lib; {
homepage = "https://github.com/ShayHill/docx2python";
description = "Extract docx headers, footers, (formatted) text, footnotes, endnotes, properties, and images";
changelog = "https://github.com/ShayHill/docx2python/blob/${src.rev}/CHANGELOG.md";
maintainers = [ maintainers.ivar ];
license = licenses.mit;
};