python311Packages.structlog: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-06-09 10:00:13 +02:00 committed by GitHub
parent ca282f2699
commit d5802550f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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