From dea587a16f9629ceb8e73b3114ba578da7b2be46 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sun, 7 Sep 2025 19:43:08 +0100 Subject: Revert "git/grub: use codeberg as the main mirror" This reverts commit d06d6a190569574423ff5e60d27ee7f03208dd16. --- config/git/grub/pkg.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config/git/grub/pkg.cfg b/config/git/grub/pkg.cfg index 4db5e2b9..88bc45d8 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="https://codeberg.org/libreboot/grub" -bkup_url="git://git.savannah.gnu.org/grub.git" # ALWAYS slow. use as backup only. +url="git://git.savannah.gnu.org/grub.git" +bkup_url="https://codeberg.org/libreboot/grub" -- cgit v1.2.1