From 5fe0a4bef6942340880506dd5d9fd6c8fb1444a4 Mon Sep 17 00:00:00 2001 From: Leon Schuermann Date: Thu, 19 Jun 2025 14:55:25 -0400 Subject: [PATCH] nixos/stunnel: give up maintainerhsip --- nixos/modules/services/networking/stunnel.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nixos/modules/services/networking/stunnel.nix b/nixos/modules/services/networking/stunnel.nix index c986fc604a64..9ff040191361 100644 --- a/nixos/modules/services/networking/stunnel.nix +++ b/nixos/modules/services/networking/stunnel.nix @@ -225,8 +225,7 @@ in }; meta.maintainers = with lib.maintainers; [ - # Server side - lschuermann + # Server side: maintainers wanted # Client side das_j ];