python3Packages.beets-filetote: add returntoreality as maintainer

This commit is contained in:
Linus Karl
2026-06-13 20:50:06 +02:00
parent 7ecacac596
commit 0f063025b9
@@ -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;
};