diff options
author | Leah Rowe <leah@libreboot.org> | 2025-09-05 11:16:51 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-09-05 11:16:51 +0100 |
commit | d06d6a190569574423ff5e60d27ee7f03208dd16 (patch) | |
tree | c3050087b820fc1032a2312ef1b2c2e80c0b3721 /config/git/grub | |
parent | 92ecf145fa1587f414cc4d0ceeed1e4bab286600 (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.cfg | 4 |
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. |