From 622ae6768cf57bd6872940d0ed56ba212cf1e914 Mon Sep 17 00:00:00 2001 From: Celestia Ludenberg Date: Mon, 15 Jun 2026 20:12:52 +0200 Subject: [PATCH] pacman.conf: fix repo URL antergos-pkgs -> antergos-packages --- pacman.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pacman.conf b/pacman.conf index c61c285..c64f910 100644 --- a/pacman.conf +++ b/pacman.conf @@ -97,8 +97,8 @@ Include = /etc/pacman.d/mirrorlist [antergos-pkgs] SigLevel = Optional TrustAll -Server = https://Antergos-NeXT.github.io/antergos-pkgs/$repo/os/$arch -Server = https://Antergos-NeXT.github.io/antergos-pkgs +Server = https://Antergos-NeXT.github.io/antergos-packages/$repo/os/$arch +Server = https://Antergos-NeXT.github.io/antergos-packages # An example of a custom package repository. See the pacman manpage for # tips on creating your own repositories.