python311Packages.typish: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-02-21 12:10:29 +01:00
parent ba1f0de694
commit 1d49c42c94

View File

@ -34,6 +34,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python module for checking types of objects";
homepage = "https://github.com/ramonhagenaars/typish";
changelog = "https://github.com/ramonhagenaars/typish/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ fmoda3 ];
};