summary refs log tree commit diff
diff options
context:
space:
mode:
authorJanne Heß <janne@hess.ooo>2019-10-25 15:48:31 +0200
committerLassulus <github@lassul.us>2019-10-25 16:19:57 +0200
commit2abe2b2cdad25ce71f58f257e6edec6248f85dc7 (patch)
treefc6725f917ac5f751ec032fc2525077ee33d42c2
parent4a32dbd1e103ead7f022d623ca6aed37268c17f2 (diff)
downloadnixpkgs-2abe2b2cdad25ce71f58f257e6edec6248f85dc7.tar
nixpkgs-2abe2b2cdad25ce71f58f257e6edec6248f85dc7.tar.gz
nixpkgs-2abe2b2cdad25ce71f58f257e6edec6248f85dc7.tar.bz2
nixpkgs-2abe2b2cdad25ce71f58f257e6edec6248f85dc7.tar.lz
nixpkgs-2abe2b2cdad25ce71f58f257e6edec6248f85dc7.tar.xz
nixpkgs-2abe2b2cdad25ce71f58f257e6edec6248f85dc7.tar.zst
nixpkgs-2abe2b2cdad25ce71f58f257e6edec6248f85dc7.zip
nixos/stunnel: Add maintainers
-rw-r--r--nixos/modules/services/networking/stunnel.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/nixos/modules/services/networking/stunnel.nix b/nixos/modules/services/networking/stunnel.nix
index da950a23e69..ab51bba2f6a 100644
--- a/nixos/modules/services/networking/stunnel.nix
+++ b/nixos/modules/services/networking/stunnel.nix
@@ -223,6 +223,12 @@ in
       };
     };
 
+    meta.maintainers = with maintainers; [
+      # Server side
+      lschuermann
+      # Client side
+      das_j
+    ];
   };
 
 }