python312Packages.normality: remove overuse of with lib;

This commit is contained in:
Sigmanificient 2024-07-26 01:22:21 +02:00
parent b5d3a02db3
commit 4c800bbf1e

View File

@ -39,10 +39,10 @@ buildPythonPackage rec {
nativeCheckInputs = [ pytestCheckHook ];
pythonImportsCheck = [ "normality" ];
meta = with lib; {
meta = {
description = "Micro-library to normalize text strings";
homepage = "https://github.com/pudo/normality";
license = licenses.mit;
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ sigmanificient ];
};
}