Merge pull request #78087 from MazeChaZer/maven-mirrors-https
mirrors.nix: Use HTTPS in maven mirrors
This commit is contained in:
commit
c82e1c666f
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user