mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
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:
parent
a65f338ccb
commit
61870727de
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user