python310Packages.typepy: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-06-24 20:34:48 +02:00 committed by GitHub
parent 73d46a9a7e
commit 1054989874
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];
};
}