diff options
author | Leah Rowe <leah@libreboot.org> | 2023-10-20 10:31:10 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-10-20 10:31:10 +0100 |
commit | 759800523f5473231b70280bd6375ca3ebcc4968 (patch) | |
tree | 901b436d307e94856334f523dd86ce2d9309911f /config/git/uefitool | |
parent | bf4ea8102ad71bf07e0014c71579b7f3576c1dec (diff) |
git/config: don't use github on main repos
it's ok for now to use it as a backup.
where only github was specified, i mirrored each
given repository to codeberg as main repo for lbmk.
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/git/uefitool')
-rw-r--r-- | config/git/uefitool | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/git/uefitool b/config/git/uefitool index 735d67da..e3ced920 100644 --- a/config/git/uefitool +++ b/config/git/uefitool @@ -1,5 +1,6 @@ {uefitool}{ rev: 4a41c33596e9bc3ae812e763965d91ac57553e02 loc: uefitool - url: https://github.com/LongSoft/UEFITool + url: https://codeberg.org/libreboot/UEFITool + bkup_url: https://github.com/LongSoft/UEFITool } |