diff options
-rw-r--r-- | meta/classes/mirrors.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/mirrors.bbclass b/meta/classes/mirrors.bbclass index 766f1cb6fa..b331afc5d0 100644 --- a/meta/classes/mirrors.bbclass +++ b/meta/classes/mirrors.bbclass | |||
@@ -67,7 +67,7 @@ ${CPAN_MIRROR} http://search.cpan.org/CPAN/ \n \ | |||
67 | # where git native protocol fetches may fail due to local firewall rules, etc. | 67 | # where git native protocol fetches may fail due to local firewall rules, etc. |
68 | 68 | ||
69 | MIRRORS += "\ | 69 | MIRRORS += "\ |
70 | git://anonscm.debian.org/.* git://anonscm.debian.org/git/PATH;protocol=https \n \ | 70 | git://salsa.debian.org/.* git://salsa.debian.org/PATH;protocol=https \n \ |
71 | git://git.gnome.org/.* git://git.gnome.org/browse/PATH;protocol=https \n \ | 71 | git://git.gnome.org/.* git://git.gnome.org/browse/PATH;protocol=https \n \ |
72 | git://git.savannah.gnu.org/.* git://git.savannah.gnu.org/git/PATH;protocol=https \n \ | 72 | git://git.savannah.gnu.org/.* git://git.savannah.gnu.org/git/PATH;protocol=https \n \ |
73 | git://git.yoctoproject.org/.* git://git.yoctoproject.org/git/PATH;protocol=https \n \ | 73 | git://git.yoctoproject.org/.* git://git.yoctoproject.org/git/PATH;protocol=https \n \ |