python3Packages.xmltodict: add dotlambda to maintainers

This commit is contained in:
Robert Schütz
2026-05-05 08:07:33 -07:00
parent eeb1649a2f
commit 230567bf2b
@@ -29,6 +29,6 @@ buildPythonPackage rec {
homepage = "https://github.com/martinblech/xmltodict";
changelog = "https://github.com/martinblech/xmltodict/blob/${src.tag}/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = [ ];
maintainers = [ lib.maintainers.dotlambda ];
};
}