Unverified Commit f1fd3725 authored by Adam Stephens's avatar Adam Stephens
Browse files

mimir: add adamcstephens to maintainers

parent 61290de6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -51,6 +51,6 @@ buildGoModule rec {
      "Grafana Mimir provides horizontally scalable, highly available, multi-tenant, long-term storage for Prometheus. ";
    homepage = "https://github.com/grafana/mimir";
    license = licenses.agpl3Only;
    maintainers = with maintainers; [ happysalada bryanhonof ];
    maintainers = with maintainers; [ happysalada bryanhonof adamcstephens ];
  };
}