From a511e49d4280f37523ccc925607e07c69390544a Mon Sep 17 00:00:00 2001 From: Dmitriy Kholkin Date: Thu, 21 Aug 2025 19:48:54 +0300 Subject: [PATCH] nixos/ivpn: remove ataraxiasjel as maintainer --- nixos/modules/services/networking/ivpn.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/networking/ivpn.nix b/nixos/modules/services/networking/ivpn.nix index 7bf96d38afbe..0fa46a7e7283 100644 --- a/nixos/modules/services/networking/ivpn.nix +++ b/nixos/modules/services/networking/ivpn.nix @@ -57,5 +57,5 @@ in }; }; - meta.maintainers = with lib.maintainers; [ ataraxiasjel ]; + meta.maintainers = with lib.maintainers; [ ]; }