diff options
author | Leah Rowe <leah@libreboot.org> | 2025-09-07 19:43:08 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-09-07 19:43:08 +0100 |
commit | dea587a16f9629ceb8e73b3114ba578da7b2be46 (patch) | |
tree | 4bce3da180ac19ea2539b4a83af612780f39e090 /config/git/grub | |
parent | c3e52bc2ee8be6b957c39f3e284f65b018ae8c34 (diff) |
Revert "git/grub: use codeberg as the main mirror"
This reverts commit d06d6a190569574423ff5e60d27ee7f03208dd16.
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 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" |