mimir: add adamcstephens to maintainers

This commit is contained in:
Adam Stephens
2024-10-18 10:11:30 -04:00
parent 61290de65d
commit f1fd372502
+1 -1
View File
@@ -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 ];
};
}