about summary refs log tree commit diff
path: root/nixos/modules/services
diff options
context:
space:
mode:
authorJustin Humm <justin.humm@posteo.de>2019-10-14 21:23:11 +0200
committerJustin Humm <justin.humm@posteo.de>2019-10-14 21:23:11 +0200
commitb8cd11f347d6f7a9b2993553247ee774b61ff721 (patch)
tree467d707057ed7c1cfc8e103e458b96e019e6e5b9 /nixos/modules/services
parent9eb067b0d7ea796f2c7c3b8b6a870e320e90863c (diff)
downloadnixlib-b8cd11f347d6f7a9b2993553247ee774b61ff721.tar
nixlib-b8cd11f347d6f7a9b2993553247ee774b61ff721.tar.gz
nixlib-b8cd11f347d6f7a9b2993553247ee774b61ff721.tar.bz2
nixlib-b8cd11f347d6f7a9b2993553247ee774b61ff721.tar.lz
nixlib-b8cd11f347d6f7a9b2993553247ee774b61ff721.tar.xz
nixlib-b8cd11f347d6f7a9b2993553247ee774b61ff721.tar.zst
nixlib-b8cd11f347d6f7a9b2993553247ee774b61ff721.zip
smokeping: add erictapen as maintainer
Diffstat (limited to 'nixos/modules/services')
-rw-r--r--nixos/modules/services/networking/smokeping.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/modules/services/networking/smokeping.nix b/nixos/modules/services/networking/smokeping.nix
index 49080cf4820b..b48b0b3a9d6b 100644
--- a/nixos/modules/services/networking/smokeping.nix
+++ b/nixos/modules/services/networking/smokeping.nix
@@ -315,5 +315,7 @@ in
       serviceConfig.Restart = "always";
     };
   };
+
+  meta.maintainers = with lib.maintainers; [ erictapen ];
 }