about summary refs log tree commit diff
path: root/pkgs/servers/monitoring/loki/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/servers/monitoring/loki/default.nix')
-rw-r--r--pkgs/servers/monitoring/loki/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/monitoring/loki/default.nix b/pkgs/servers/monitoring/loki/default.nix
index e1cb9e8267729..3dbd03e2f9fa9 100644
--- a/pkgs/servers/monitoring/loki/default.nix
+++ b/pkgs/servers/monitoring/loki/default.nix
@@ -55,6 +55,6 @@ buildGoModule rec {
     license = with licenses; [ agpl3Only asl20 ];
     homepage = "https://grafana.com/oss/loki/";
     changelog = "https://github.com/grafana/loki/releases/tag/v${version}";
-    maintainers = with maintainers; [ willibutz globin mmahut indeednotjames ];
+    maintainers = with maintainers; [ willibutz globin mmahut emilylange ];
   };
 }