diff options
Diffstat (limited to 'config/git/seabios')
-rw-r--r-- | config/git/seabios/pkg.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/git/seabios/pkg.cfg b/config/git/seabios/pkg.cfg index 0ee91a00..4280c6fd 100644 --- a/config/git/seabios/pkg.cfg +++ b/config/git/seabios/pkg.cfg @@ -1,5 +1,5 @@ # SPDX-License-Identifier: GPL-3.0-or-later rev="HEAD" -url="https://review.coreboot.org/seabios" -bkup_url="https://github.com/coreboot/seabios" +url="https://github.com/coreboot/seabios" +bkup_url="https://review.coreboot.org/seabios" |