From d06d6a190569574423ff5e60d27ee7f03208dd16 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Fri, 5 Sep 2025 11:16:51 +0100 Subject: git/grub: use codeberg as the main mirror the gnu one is often really slow, for some reason. use the official gnu mirror only as a backup. Signed-off-by: Leah Rowe --- config/git/grub/pkg.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/git') diff --git a/config/git/grub/pkg.cfg b/config/git/grub/pkg.cfg index 88bc45d8..4db5e2b9 100644 --- a/config/git/grub/pkg.cfg +++ b/config/git/grub/pkg.cfg @@ -1,5 +1,5 @@ # SPDX-License-Identifier: GPL-3.0-or-later rev="HEAD" -url="git://git.savannah.gnu.org/grub.git" -bkup_url="https://codeberg.org/libreboot/grub" +url="https://codeberg.org/libreboot/grub" +bkup_url="git://git.savannah.gnu.org/grub.git" # ALWAYS slow. use as backup only. -- cgit v1.2.1