mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
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>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user