about summary refs log tree commit diff
path: root/third_party/prometheus-fail2ban-exporter/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/prometheus-fail2ban-exporter/default.nix')
-rw-r--r--third_party/prometheus-fail2ban-exporter/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/prometheus-fail2ban-exporter/default.nix b/third_party/prometheus-fail2ban-exporter/default.nix
index 818839e48c..42ba0a14db 100644
--- a/third_party/prometheus-fail2ban-exporter/default.nix
+++ b/third_party/prometheus-fail2ban-exporter/default.nix
@@ -7,7 +7,7 @@ let
   };
 
   python = pkgs.python3.withPackages (p: [
-    p.prometheus_client
+    p.prometheus-client
   ]);
 
 in