beetsPackages.filetote: no with lib; in meta

This commit is contained in:
Doron Behar
2025-10-27 15:38:19 +02:00
parent 1f6d9c8190
commit 7d0a5ef29c
+3 -3
View File
@@ -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;