summary refs log tree commit diff
path: root/nixos/modules/services/networking/smokeping.nix
diff options
context:
space:
mode:
authorNiklas Hambüchen <mail@nh2.me>2021-11-01 17:35:42 +0100
committerKerstin <kerstin@erictapen.name>2021-11-01 23:20:40 +0100
commit29f4f7110c7d454eddf11199f750fc99bc03cc83 (patch)
tree1d01d17e6c6aec24a36aea1328fbd8990fa95094 /nixos/modules/services/networking/smokeping.nix
parent4aeabbee61d9a445d90f8510629f0ce947b63873 (diff)
downloadnixpkgs-29f4f7110c7d454eddf11199f750fc99bc03cc83.tar
nixpkgs-29f4f7110c7d454eddf11199f750fc99bc03cc83.tar.gz
nixpkgs-29f4f7110c7d454eddf11199f750fc99bc03cc83.tar.bz2
nixpkgs-29f4f7110c7d454eddf11199f750fc99bc03cc83.tar.lz
nixpkgs-29f4f7110c7d454eddf11199f750fc99bc03cc83.tar.xz
nixpkgs-29f4f7110c7d454eddf11199f750fc99bc03cc83.tar.zst
nixpkgs-29f4f7110c7d454eddf11199f750fc99bc03cc83.zip
nixos/smokeping: Add nh2 to maintainers
Diffstat (limited to 'nixos/modules/services/networking/smokeping.nix')
-rw-r--r--nixos/modules/services/networking/smokeping.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/smokeping.nix b/nixos/modules/services/networking/smokeping.nix
index 076469a1541..c075cbbceac 100644
--- a/nixos/modules/services/networking/smokeping.nix
+++ b/nixos/modules/services/networking/smokeping.nix
@@ -348,6 +348,9 @@ in
     };
   };
 
-  meta.maintainers = with lib.maintainers; [ erictapen ];
+  meta.maintainers = with lib.maintainers; [
+    erictapen
+    nh2
+  ];
 }