mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-25 14:24:40 +00:00
python312Packages.rnginline: add changelog to meta
This commit is contained in:
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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user