Unverified Commit d5802550 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python311Packages.structlog: add changelog to meta

parent ca282f26
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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; [ ];
  };