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