Revert "Switch to a mirror for now"

This reverts commit a76f2380e4.
This commit is contained in:
Christoph Reiter
2020-03-09 08:45:10 +01:00
parent 4808077e5f
commit c2d8b88be1

View File

@@ -80,7 +80,7 @@ class Repository:
return sum(int(p.isize) for p in self.packages)
REPO_URL = "https://mirror.yandex.ru/mirrors/msys2"
REPO_URL = "http://repo.msys2.org"
REPOSITORIES = [
Repository("mingw32", "", REPO_URL + "/mingw/i686", "https://github.com/msys2/MINGW-packages"),