python310Packages.simber: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-09 08:56:05 +01:00 committed by GitHub
parent ba75a21915
commit 83ee2f8f39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,6 +35,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Simple, minimal and powerful logger for Python";
homepage = "https://github.com/deepjyoti30/simber";
changelog = "https://github.com/deepjyoti30/simber/releases/tag/${version}";
license = licenses.mit;
maintainers = with maintainers; [ j0hax ];
};