diff options
author | Leah Rowe <leah@libreboot.org> | 2025-09-07 18:29:48 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-09-07 18:33:21 +0100 |
commit | 1e07c4eb02da5c51d5278583b2a3e2de551f2a62 (patch) | |
tree | f3f05cc515c89c8ce8f3e515172e43962c424aac /config/git/grub/pkg.cfg | |
parent | 53491bdca2428378b08e5b8aaf00d339114764f2 (diff) |
change grub git again
this time to source hut.
for some reason, *grub* is slow no matter what repo
provider i host it on??
i tested srht just now, and it seems ok. let's use that.
i'm *paying* for this sourcehut account, so it better be
good!
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/git/grub/pkg.cfg')
-rw-r--r-- | config/git/grub/pkg.cfg | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/git/grub/pkg.cfg b/config/git/grub/pkg.cfg index 4db5e2b9..73c39999 100644 --- a/config/git/grub/pkg.cfg +++ b/config/git/grub/pkg.cfg @@ -1,5 +1,6 @@ # SPDX-License-Identifier: GPL-3.0-or-later rev="HEAD" -url="https://codeberg.org/libreboot/grub" +url="https://git.sr.ht/~libreboot/grub" +# url="https://codeberg.org/libreboot/grub" bkup_url="git://git.savannah.gnu.org/grub.git" # ALWAYS slow. use as backup only. |