summaryrefslogtreecommitdiff
path: root/config/git/grub
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2025-09-05 11:16:51 +0100
committerLeah Rowe <leah@libreboot.org>2025-09-05 11:16:51 +0100
commitd06d6a190569574423ff5e60d27ee7f03208dd16 (patch)
treec3050087b820fc1032a2312ef1b2c2e80c0b3721 /config/git/grub
parent92ecf145fa1587f414cc4d0ceeed1e4bab286600 (diff)
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 <leah@libreboot.org>
Diffstat (limited to 'config/git/grub')
-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 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.