3
0
Fork 0
forked from mirrors/nixpkgs

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.
This commit is contained in:
Jonas Schürmann 2020-01-20 09:54:14 +01:00
parent a65f338ccb
commit 61870727de

View file

@ -425,8 +425,8 @@
# Maven Central # Maven Central
maven = [ maven = [
http://repo1.maven.org/maven2/ https://repo1.maven.org/maven2/
http://central.maven.org/maven2/ https://central.maven.org/maven2/
]; ];
# Alsa Project # Alsa Project