python312Packages.autotrash: remove overuse of with lib;
This commit is contained in:
parent
de768c2b36
commit
28d962be01
@ -23,11 +23,11 @@ buildPythonPackage rec {
|
||||
pythonImportsCheck = [ "autotrash" ];
|
||||
nativeCheckInputs = [ pytestCheckHook ];
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
description = "Tool to automatically purge old trashed files";
|
||||
license = licenses.gpl3Plus;
|
||||
license = lib.licenses.gpl3Plus;
|
||||
homepage = "https://bneijt.nl/pr/autotrash";
|
||||
maintainers = with maintainers; [ sigmanificient ];
|
||||
maintainers = with lib.maintainers; [ sigmanificient ];
|
||||
mainProgram = "autotrash";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user