Merge pull request #64541 from bhipple/mirrors/alsa

mirrors.nix: add alsa-project.org for alsa
This commit is contained in:
worldofpeace
2019-07-11 08:37:29 -04:00
committed by GitHub
+5 -4
View File
@@ -409,9 +409,10 @@ rec {
# Alsa Project # Alsa Project
alsa = [ alsa = [
ftp://ftp.alsa-project.org/pub/ https://www.alsa-project.org/files/pub/
http://alsa.cybermirror.org/ ftp://ftp.alsa-project.org/pub/
http://www.mirrorservice.org/sites/ftp.alsa-project.org/pub/ http://alsa.cybermirror.org/
http://alsa.mirror.fr/ http://www.mirrorservice.org/sites/ftp.alsa-project.org/pub/
http://alsa.mirror.fr/
]; ];
} }