python312Packages.paperbush: remove overuse of with lib;

This commit is contained in:
Sigmanificient 2024-07-26 01:22:35 +02:00
parent 502de5cf1c
commit 74b8464dff

View File

@ -20,10 +20,10 @@ buildPythonPackage rec {
build-system = [ poetry-core ];
pythonImportsCheck = [ "paperbush" ];
meta = with lib; {
meta = {
changelog = "https://github.com/trag1c/paperbush/blob/${src.rev}/CHANGELOG.md";
description = "Super concise argument parsing tool for Python";
license = licenses.mit;
maintainers = with maintainers; [ sigmanificient ];
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ sigmanificient ];
};
}