From 669c82a10b8c5688a331b7e919af2cbc82533254 Mon Sep 17 00:00:00 2001 From: InsanePrawn Date: Wed, 9 Nov 2022 15:11:28 +0100 Subject: [PATCH] constants: switch archlinux x86 mirrors to https://geo.mirror.pkgbuild.com/$repo/os/$arch --- constants.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/constants.py b/constants.py index 8ff6bd4..957413d 100644 --- a/constants.py +++ b/constants.py @@ -60,9 +60,9 @@ ALARM_REPOS = { BASE_DISTROS: dict[DistroArch, dict[str, dict[str, str]]] = { 'x86_64': { 'repos': { - 'core': 'http://ftp.halifax.rwth-aachen.de/archlinux/$repo/os/$arch', - 'extra': 'http://ftp.halifax.rwth-aachen.de/archlinux/$repo/os/$arch', - 'community': 'http://ftp.halifax.rwth-aachen.de/archlinux/$repo/os/$arch', + 'core': 'https://geo.mirror.pkgbuild.com/$repo/os/$arch', + 'extra': 'https://geo.mirror.pkgbuild.com/$repo/os/$arch', + 'community': 'https://geo.mirror.pkgbuild.com/$repo/os/$arch', }, }, 'aarch64': {