python3Packages.xmldiff: remove 'with lib'
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user