Unverified Commit f95f4367 authored by Azat Bahawi's avatar Azat Bahawi
Browse files

grafana-alloy: add azahi to maintainers

parent 4d240938
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -120,7 +120,7 @@ buildGoModule rec {
    mainProgram = "alloy";
    license = licenses.asl20;
    homepage = "https://grafana.com/oss/alloy";
    maintainers = with maintainers; [ flokli emilylange hbjydev ];
    maintainers = with maintainers; [ azahi flokli emilylange hbjydev ];
    platforms = platforms.unix;
  };
}