python312Packages.pybtex: no with lib; in meta

This commit is contained in:
Doron Behar
2025-07-09 14:58:17 +03:00
parent b26cc12a3f
commit c6f393b9df
@@ -26,9 +26,9 @@ buildPythonPackage rec {
sha256 = "818eae35b61733e5c007c3fcd2cfb75ed1bc8b4173c1f70b56cc4c0802d34755";
};
meta = with lib; {
meta = {
homepage = "https://pybtex.org/";
description = "BibTeX-compatible bibliography processor written in Python";
license = licenses.mit;
license = lib.licenses.mit;
};
}