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
commit c0a0c1ebcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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/
]; ];
} }