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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];
};