python310Packages.typepy: add changelog to meta
This commit is contained in:
parent
73d46a9a7e
commit
1054989874
1 changed files with 5 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
{ buildPythonPackage
|
||||
{ lib
|
||||
, buildPythonPackage
|
||||
, fetchFromGitHub
|
||||
, lib
|
||||
, mbstrdecoder
|
||||
, python-dateutil
|
||||
, pytz
|
||||
|
@ -26,9 +26,10 @@ buildPythonPackage rec {
|
|||
checkInputs = [ tcolorpy ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Library for variable type checker/validator/converter at a run time";
|
||||
homepage = "https://github.com/thombashi/typepy";
|
||||
description = "A library for variable type checker/validator/converter at a run time";
|
||||
maintainers = with maintainers; [ genericnerdyusername ];
|
||||
changelog = "https://github.com/thombashi/typepy/releases/tag/v${version}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ genericnerdyusername ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue