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
|
, fetchFromGitHub
|
||||||
, lib
|
|
||||||
, mbstrdecoder
|
, mbstrdecoder
|
||||||
, python-dateutil
|
, python-dateutil
|
||||||
, pytz
|
, pytz
|
||||||
|
@ -26,9 +26,10 @@ buildPythonPackage rec {
|
||||||
checkInputs = [ tcolorpy ];
|
checkInputs = [ tcolorpy ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
description = "Library for variable type checker/validator/converter at a run time";
|
||||||
homepage = "https://github.com/thombashi/typepy";
|
homepage = "https://github.com/thombashi/typepy";
|
||||||
description = "A library for variable type checker/validator/converter at a run time";
|
changelog = "https://github.com/thombashi/typepy/releases/tag/v${version}";
|
||||||
maintainers = with maintainers; [ genericnerdyusername ];
|
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
|
maintainers = with maintainers; [ genericnerdyusername ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue