about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorJulien Malka <julien@malka.sh>2023-01-21 21:56:59 +0100
committerpennae <82953136+pennae@users.noreply.github.com>2023-01-22 17:39:22 +0100
commit85c34d334bac9711c4a9a220308b0703cf1c5bb8 (patch)
tree979173b36c4099a749bc8ce4de84a615ea3fe271 /nixos
parent0f25d9fc4364a0910d725191801538c06fc55f95 (diff)
nixos/uptime-kuma: add julienmalka as maintainer
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/monitoring/uptime-kuma.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/modules/services/monitoring/uptime-kuma.nix b/nixos/modules/services/monitoring/uptime-kuma.nix
index 3dfbfe3652cfa..455721b3a0e29 100644
--- a/nixos/modules/services/monitoring/uptime-kuma.nix
+++ b/nixos/modules/services/monitoring/uptime-kuma.nix
@@ -7,6 +7,8 @@ let
 in
 {
 
+  meta.maintainers = [ lib.maintainers.julienmalka ];
+
   options = {
     services.uptime-kuma = {
       enable = mkEnableOption (mdDoc "Uptime Kuma, this assumes a reverse proxy to be set.");