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

View File

@@ -409,9 +409,10 @@ rec {
# Alsa Project
alsa = [
ftp://ftp.alsa-project.org/pub/
http://alsa.cybermirror.org/
http://www.mirrorservice.org/sites/ftp.alsa-project.org/pub/
http://alsa.mirror.fr/
https://www.alsa-project.org/files/pub/
ftp://ftp.alsa-project.org/pub/
http://alsa.cybermirror.org/
http://www.mirrorservice.org/sites/ftp.alsa-project.org/pub/
http://alsa.mirror.fr/
];
}