aboutsummaryrefslogtreecommitdiff
path: root/pkgs/build-support/fetchurl
diff options
context:
space:
mode:
authorJonas Schürmann <me@jonas-schuermann.name>2020-01-20 09:54:14 +0100
committerJonas Schürmann <me@jonas-schuermann.name>2020-01-20 09:54:14 +0100
commit61870727de81a60fb5881dc00e8b5450beebdec9 (patch)
tree37941fb751d3b227ad1085647934b8dd6977630d /pkgs/build-support/fetchurl
parenta65f338ccbd679c1d9f6886d17758d99c80cd938 (diff)
mirrors.nix: Use HTTPS in maven mirrors
Since 2020-01-15, the maven central repository does no longer support HTTP. See https://blog.sonatype.com/central-repository-moving-to-https for details.
Diffstat (limited to 'pkgs/build-support/fetchurl')
-rw-r--r--pkgs/build-support/fetchurl/mirrors.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/build-support/fetchurl/mirrors.nix b/pkgs/build-support/fetchurl/mirrors.nix
index c0e115bca280..a0a61f7cc50b 100644
--- a/pkgs/build-support/fetchurl/mirrors.nix
+++ b/pkgs/build-support/fetchurl/mirrors.nix
@@ -425,8 +425,8 @@
# Maven Central
maven = [
- http://repo1.maven.org/maven2/
- http://central.maven.org/maven2/
+ https://repo1.maven.org/maven2/
+ https://central.maven.org/maven2/
];
# Alsa Project