python312Packages.saneyaml: add changelog to meta

This commit is contained in:
Fabian Affolter
2024-08-15 07:57:02 +02:00
committed by GitHub
parent f5fc444f56
commit e504dff21e
@@ -6,6 +6,7 @@
pyyaml,
pytestCheckHook,
}:
buildPythonPackage rec {
pname = "saneyaml";
version = "0.6.1";
@@ -29,6 +30,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "PyYaml wrapper with sane behaviour to read and write readable YAML safely";
homepage = "https://github.com/nexB/saneyaml";
changelog = "https://github.com/aboutcode-org/saneyaml/blob/v${version}/CHANGELOG.rst";
license = licenses.asl20;
maintainers = [ ];
};