From 246189d433c783c12440e1df45e7f7dd2b058e43 Mon Sep 17 00:00:00 2001 From: Morgan Jones Date: Sat, 18 Jul 2026 18:20:53 -0700 Subject: [PATCH] nixos/tests/immichframe: add jfly as maintainer --- nixos/tests/web-apps/immichframe.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nixos/tests/web-apps/immichframe.nix b/nixos/tests/web-apps/immichframe.nix index 436965089eab..dff57b5c27c2 100644 --- a/nixos/tests/web-apps/immichframe.nix +++ b/nixos/tests/web-apps/immichframe.nix @@ -11,7 +11,10 @@ in { name = "immichframe"; - meta.maintainers = with lib.maintainers; [ numinit ]; + meta.maintainers = with lib.maintainers; [ + numinit + jfly + ]; enableOCR = true;