mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 00:54:40 +00:00
python312Packages.normality: remove overuse of with lib;
This commit is contained in:
parent
b5d3a02db3
commit
4c800bbf1e
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user