From 7d0a5ef29c1a7f2c12bad3d3710cdf80c7a734cc Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Thu, 16 Oct 2025 12:06:09 +0300 Subject: [PATCH] beetsPackages.filetote: no with lib; in meta --- pkgs/tools/audio/beets/plugins/filetote.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/audio/beets/plugins/filetote.nix b/pkgs/tools/audio/beets/plugins/filetote.nix index d397658bd8da..62af7d48b2a4 100644 --- a/pkgs/tools/audio/beets/plugins/filetote.nix +++ b/pkgs/tools/audio/beets/plugins/filetote.nix @@ -77,12 +77,12 @@ python3Packages.buildPythonApplication rec { ] ++ optional-dependencies.test; - meta = with lib; { + meta = { description = "Beets plugin to move non-music files during the import process"; homepage = "https://github.com/gtronset/beets-filetote"; changelog = "https://github.com/gtronset/beets-filetote/blob/${src.tag}/CHANGELOG.md"; - maintainers = with maintainers; [ dansbandit ]; - license = licenses.mit; + maintainers = with lib.maintainers; [ dansbandit ]; + license = lib.licenses.mit; inherit (beets.meta) platforms; # https://github.com/gtronset/beets-filetote/issues/211 broken = true;