diff --git a/pkgs/development/python-modules/beets-filetote/default.nix b/pkgs/development/python-modules/beets-filetote/default.nix index eb18219ff1d7..e64240fd22c1 100644 --- a/pkgs/development/python-modules/beets-filetote/default.nix +++ b/pkgs/development/python-modules/beets-filetote/default.nix @@ -81,7 +81,10 @@ buildPythonPackage (finalAttrs: { 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/${finalAttrs.src.tag}/CHANGELOG.md"; - maintainers = with lib.maintainers; [ dansbandit ]; + maintainers = with lib.maintainers; [ + dansbandit + returntoreality + ]; license = lib.licenses.mit; inherit (beets-minimal.meta) platforms; };