python311Packages.structlog: add dotlambda to maintainers

This commit is contained in:
Robert Schütz
2024-02-19 13:56:27 -08:00
parent c5e62ec76a
commit 36d6a4f278
@@ -61,6 +61,6 @@ buildPythonPackage rec {
homepage = "https://github.com/hynek/structlog";
changelog = "https://github.com/hynek/structlog/blob/${version}/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ dotlambda ];
};
}