python311Packages.structlog: add changelog to meta
This commit is contained in:
parent
ca282f2699
commit
d5802550f2
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ buildPythonPackage rec {
|
|||
meta = with lib; {
|
||||
description = "Painless structural logging";
|
||||
homepage = "https://github.com/hynek/structlog";
|
||||
changelog = "https://github.com/hynek/structlog/blob/${version}/CHANGELOG.md";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue