python310Packages.strictyaml: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-05-13 10:02:07 +02:00
committed by GitHub
parent 438bda88b8
commit 38cc8d78a5
@@ -39,6 +39,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Strict, typed YAML parser";
homepage = "https://hitchdev.com/strictyaml/";
changelog = "https://hitchdev.com/strictyaml/changelog/";
license = licenses.mit;
maintainers = with maintainers; [ jonringer ];
};