python312Packages.sigparse: remove overuse of with lib;

This commit is contained in:
Sigmanificient
2024-07-26 01:22:57 +02:00
parent 19f8e177e9
commit 06f8fa838e
@@ -32,10 +32,10 @@ buildPythonPackage rec {
nativeCheckInputs = [ pytestCheckHook ];
meta = with lib; {
meta = {
description = "Backports python 3.10 typing features into 3.7, 3.8, and 3.9";
license = licenses.mit;
license = lib.licenses.mit;
homepage = "https://github.com/Lunarmagpie/sigparse";
maintainers = with maintainers; [ sigmanificient ];
maintainers = with lib.maintainers; [ sigmanificient ];
};
}