python3Packages.xmldiff: remove 'with lib'

This commit is contained in:
Stefan Frijters
2025-05-05 12:24:19 +02:00
parent 8d647b3468
commit 86edb13516
@@ -31,11 +31,11 @@ buildPythonPackage rec {
pythonImportsCheck = [ "xmldiff" ];
meta = with lib; {
meta = {
description = "Creates diffs of XML files";
homepage = "https://github.com/Shoobx/xmldiff";
changelog = "https://github.com/Shoobx/xmldiff/blob/master/CHANGES.rst";
license = licenses.mit;
maintainers = with maintainers; [ sfrijters ];
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ sfrijters ];
};
}