summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2025-09-07 19:43:08 +0100
committerLeah Rowe <leah@libreboot.org>2025-09-07 19:43:08 +0100
commitdea587a16f9629ceb8e73b3114ba578da7b2be46 (patch)
tree4bce3da180ac19ea2539b4a83af612780f39e090
parentc3e52bc2ee8be6b957c39f3e284f65b018ae8c34 (diff)
Revert "git/grub: use codeberg as the main mirror"
This reverts commit d06d6a190569574423ff5e60d27ee7f03208dd16.
-rw-r--r--config/git/grub/pkg.cfg4
1 files changed, 2 insertions, 2 deletions
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"