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/biosutilities | |
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/biosutilities')
-rw-r--r-- | config/git/biosutilities | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/git/biosutilities b/config/git/biosutilities index c2c32b07..bd11c88a 100644 --- a/config/git/biosutilities +++ b/config/git/biosutilities @@ -1,5 +1,6 @@ {biosutilities}{ rev: 03ae0cf0706ede5a2a15da0986c19c776d0e6b26 loc: biosutilities - url: https://github.com/platomav/BIOSUtilities + url: https://codeberg.org/libreboot/BIOSUtilities + bkup_url: https://github.com/platomav/BIOSUtilities } |