mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
python310Packages.strictyaml: add changelog to meta
This commit is contained in:
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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user