Skip to content

Commit

Permalink
Switch to a mirror for now
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Mar 6, 2020
1 parent d7a519a commit a76f238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def isize(self) -> int:
return sum(int(p.isize) for p in self.packages)


REPO_URL = "http://repo.msys2.org"
REPO_URL = "https://mirror.yandex.ru/mirrors/msys2"

REPOSITORIES = [
Repository("mingw32", "", REPO_URL + "/mingw/i686", "https://github.com/msys2/MINGW-packages"),
Expand Down

0 comments on commit a76f238

Please sign in to comment.