treewide: central.maven.org -> repo1.maven.org

This commit is contained in:
volth
2020-06-12 14:26:08 +00:00
parent 3e9434457f
commit 54c4223e55
6 changed files with 6 additions and 7 deletions
@@ -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;