Commit 36d6a4f2 authored by Robert Schütz's avatar Robert Schütz
Browse files

python311Packages.structlog: add dotlambda to maintainers

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