diff options
Diffstat (limited to 'repos/alpine_linux.py')
-rw-r--r-- | repos/alpine_linux.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repos/alpine_linux.py b/repos/alpine_linux.py index 7c646cc..f8612d2 100644 --- a/repos/alpine_linux.py +++ b/repos/alpine_linux.py @@ -58,7 +58,7 @@ def parse_cached(cached: Path) -> Mapping[str, Version]: return parse_apkindex(apkindex_file) def build_repo(name: str, url_path: str) -> Repository: - url = f'http://dl-cdn.alpinelinux.org/alpine/{url_path}/APKINDEX.tar.gz' + url = f'https://mirrors.kernel.org/alpine/{url_path}/APKINDEX.tar.gz' return Repository( family='Alpine Linux', repo=name, |