From 3707d70bcbaf5b9c42e2470cd928f6b4616544c8 Mon Sep 17 00:00:00 2001 From: bas Date: Thu, 9 Apr 2026 12:07:54 +0200 Subject: [PATCH] nixos/autobrr: add av-gal as maintainer --- nixos/modules/services/misc/autobrr.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/modules/services/misc/autobrr.nix b/nixos/modules/services/misc/autobrr.nix index 9ea4cef85ac5..466ffe70cf20 100644 --- a/nixos/modules/services/misc/autobrr.nix +++ b/nixos/modules/services/misc/autobrr.nix @@ -83,4 +83,6 @@ in networking.firewall = lib.mkIf cfg.openFirewall { allowedTCPPorts = [ cfg.settings.port ]; }; }; + + meta.maintainers = with lib.maintainers; [ av-gal ]; }