python310Packages.elementpath: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-02-04 20:40:28 +01:00
committed by GitHub
parent 779b7ffb51
commit 70a5088ca7
@@ -28,6 +28,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "XPath 1.0/2.0 parsers and selectors for ElementTree and lxml";
homepage = "https://github.com/sissaschool/elementpath";
changelog = "https://github.com/sissaschool/elementpath/blob/${version}/CHANGELOG.rst";
license = licenses.mit;
maintainers = with maintainers; [ jonringer ];
};