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': {