python312Packages.rnginline: add changelog to meta

This commit is contained in:
Fabian Affolter
2024-05-11 10:03:51 +02:00
committed by GitHub
parent e66630e8c4
commit 992dc1efa9
@@ -54,6 +54,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "A Python library and command-line tool for loading multi-file RELAX NG schemas from arbitary URLs, and flattening them into a single RELAX NG schema";
homepage = "https://github.com/h4l/rnginline";
changelog = "https://github.com/h4l/rnginline/blob/${version}/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [ lesuisse ];
};