Commit 093b57cb authored by ajs124's avatar ajs124
Browse files

grafana-loki,promtail: add myself to maintainers

parent 9879eb2f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 emilylange ];
    maintainers = with maintainers; [ willibutz globin mmahut emilylange ajs124 ];
  };
}