Unverified Commit e504dff2 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.saneyaml: add changelog to meta

parent f5fc444f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 = [ ];
  };