summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2020-09-18 22:09:22 -0700
committerRyan Mulligan <ryan@ryantm.com>2020-09-18 22:09:22 -0700
commit16b94bf2314e44a67fc346bfd84fddfa043e94ff (patch)
tree0db9e110637cb880d4808f71ee27104ab178ccfe /nixos
parent4418b3796e386e031dbfd301f6108492c8500b88 (diff)
downloadnixpkgs-16b94bf2314e44a67fc346bfd84fddfa043e94ff.tar
nixpkgs-16b94bf2314e44a67fc346bfd84fddfa043e94ff.tar.gz
nixpkgs-16b94bf2314e44a67fc346bfd84fddfa043e94ff.tar.bz2
nixpkgs-16b94bf2314e44a67fc346bfd84fddfa043e94ff.tar.lz
nixpkgs-16b94bf2314e44a67fc346bfd84fddfa043e94ff.tar.xz
nixpkgs-16b94bf2314e44a67fc346bfd84fddfa043e94ff.tar.zst
nixpkgs-16b94bf2314e44a67fc346bfd84fddfa043e94ff.zip
nixos/monit: add ryantm as maintainer
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/monitoring/monit.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/modules/services/monitoring/monit.nix b/nixos/modules/services/monitoring/monit.nix
index ca935227217..379ee967620 100644
--- a/nixos/modules/services/monitoring/monit.nix
+++ b/nixos/modules/services/monitoring/monit.nix
@@ -43,4 +43,6 @@ in
     };
 
   };
+
+  meta.maintainers = with maintainers; [ ryantm ];
 }