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 = {
|
||||
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;
|
||||
mainProgram = "prometheus-storagebox-exporter";
|
||||
maintainers = with lib.maintainers; [
|
||||
erethon
|
||||
fleaz
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user