about summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorvolth <volth@volth.com>2020-06-12 14:26:08 +0000
committervolth <volth@volth.com>2020-06-12 14:26:08 +0000
commit54c4223e55db678a36399d7cc853532bce6832c9 (patch)
treef7420e912b9091ad6202de4e61519c16e806bb31 /pkgs/servers
parent3e9434457f3582db788c792ab93bd924b7dcd771 (diff)
downloadnixlib-54c4223e55db678a36399d7cc853532bce6832c9.tar
nixlib-54c4223e55db678a36399d7cc853532bce6832c9.tar.gz
nixlib-54c4223e55db678a36399d7cc853532bce6832c9.tar.bz2
nixlib-54c4223e55db678a36399d7cc853532bce6832c9.tar.lz
nixlib-54c4223e55db678a36399d7cc853532bce6832c9.tar.xz
nixlib-54c4223e55db678a36399d7cc853532bce6832c9.tar.zst
nixlib-54c4223e55db678a36399d7cc853532bce6832c9.zip
treewide: central.maven.org -> repo1.maven.org
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/monitoring/prometheus/jmx-httpserver.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/monitoring/prometheus/jmx-httpserver.nix b/pkgs/servers/monitoring/prometheus/jmx-httpserver.nix
index 05e0d4cb079f..8cb9dbb2382c 100644
--- a/pkgs/servers/monitoring/prometheus/jmx-httpserver.nix
+++ b/pkgs/servers/monitoring/prometheus/jmx-httpserver.nix
@@ -3,7 +3,7 @@
 let
   version = "0.10";
   jarName = "jmx_prometheus_httpserver-${version}-jar-with-dependencies.jar";
-  mavenUrl = "http://central.maven.org/maven2/io/prometheus/jmx/jmx_prometheus_httpserver/${version}/${jarName}";
+  mavenUrl = "mirror://maven/io/prometheus/jmx/jmx_prometheus_httpserver/${version}/${jarName}";
 in stdenv.mkDerivation {
   inherit version jarName;