From 0f063025b9b8a6cc469869afb0e4db9903c68647 Mon Sep 17 00:00:00 2001 From: Linus Karl Date: Wed, 10 Jun 2026 20:46:46 +0200 Subject: [PATCH] python3Packages.beets-filetote: add returntoreality as maintainer --- pkgs/development/python-modules/beets-filetote/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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; };