Grafana Mimir: Add maintainers

Add happysalada and myself as a maintainer of the Grafana Mimir Nix
package.

Signed-off-by: Bryan Honof <bryanhonof@gmail.com>
This commit is contained in:
Bryan Honof 2022-04-25 13:33:33 +02:00 committed by Yt
parent 0e29eb34e2
commit c3c33251e2
2 changed files with 7 additions and 1 deletions

View File

@ -14376,4 +14376,10 @@
github = "melias122";
githubId = 1027766;
};
bryanhonof = {
name = "Bryan Honof";
email = "bryanhonof@gmail.com";
github = "bryanhonof";
githubId = 5932804;
};
}

View File

@ -29,7 +29,7 @@ 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; [ ];
maintainers = with maintainers; [ happysalada bryanhonof ];
platforms = platforms.unix;
};
}