mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 12:53:05 +00:00
python311Packages.typish: add changelog to meta
This commit is contained in:
parent
ba1f0de694
commit
1d49c42c94
@ -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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user