Skip to content

Commit fb3c31a

Browse files
committed
cleanup-list: Use https for mirror.pkgbuild.com
1 parent ed8add9 commit fb3c31a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package/cleanup-list

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def get_orphans() -> set[str]:
114114
return {pkg["pkgname"] for pkg in results}
115115

116116

117-
def get_packages(mirror="http://mirror.pkgbuild.com") -> PKGS:
117+
def get_packages(mirror="https://mirror.pkgbuild.com") -> PKGS:
118118
pkgs = {}
119119
with tempfile.TemporaryDirectory() as tmpdir:
120120
for repo in ("core", "extra", "multilib"):

0 commit comments

Comments
 (0)