python310Packages.pydantic: add changelog to meta

This commit is contained in:
Mario Rodas 2023-05-27 04:20:00 +00:00
parent 8939bd5893
commit 44a91fd4bb

View File

@ -122,8 +122,9 @@ buildPythonPackage rec {
pythonImportsCheck = [ "pydantic" ];
meta = with lib; {
homepage = "https://github.com/samuelcolvin/pydantic";
description = "Data validation and settings management using Python type hinting";
homepage = "https://github.com/pydantic/pydantic";
changelog = "https://github.com/pydantic/pydantic/blob/v${version}/HISTORY.md";
license = licenses.mit;
maintainers = with maintainers; [ wd15 ];
};