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:
parent
0e29eb34e2
commit
c3c33251e2
@ -14376,4 +14376,10 @@
|
||||
github = "melias122";
|
||||
githubId = 1027766;
|
||||
};
|
||||
bryanhonof = {
|
||||
name = "Bryan Honof";
|
||||
email = "bryanhonof@gmail.com";
|
||||
github = "bryanhonof";
|
||||
githubId = 5932804;
|
||||
};
|
||||
}
|
||||
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user