prometheus-storagebox-exporter: Fix typo and add me as maintainer
This commit is contained in:
committed by
GitHub
parent
5b2f3d53d5
commit
c6f8d6bf54
@@ -19,11 +19,12 @@ buildGoModule rec {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Prometheus exporter for Hetzner storage boxes";
|
description = "Prometheus exporter for Hetzner storage boxes";
|
||||||
homepage = "https://github.com/fleaz/prometheus-storage-exporter";
|
homepage = "https://github.com/fleaz/prometheus-storagebox-exporter";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
mainProgram = "prometheus-storagebox-exporter";
|
mainProgram = "prometheus-storagebox-exporter";
|
||||||
maintainers = with lib.maintainers; [
|
maintainers = with lib.maintainers; [
|
||||||
erethon
|
erethon
|
||||||
|
fleaz
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user