From 67b152a087a28cfab0191229af4626b432a6762a Mon Sep 17 00:00:00 2001 From: figboy9 Date: Sun, 28 Jul 2024 14:42:12 +0900 Subject: [PATCH] Add figboy9 to module maintainers --- nixos/modules/services/networking/veilid.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/services/networking/veilid.nix b/nixos/modules/services/networking/veilid.nix index 098b74b683e3..5ff7b3b196fc 100644 --- a/nixos/modules/services/networking/veilid.nix +++ b/nixos/modules/services/networking/veilid.nix @@ -603,4 +603,5 @@ in { }; }; + meta.maintainers = with lib.maintainers; [ figboy9 ]; }