From bee117814af3c20dcb53ef8bd7105de0834e019c Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Mon, 17 Jan 2022 11:16:07 +0500 Subject: [PATCH] Reorder submodules --- .gitmodules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 2ce7e26..8d1156d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,9 @@ -[submodule "vendor/seabios"] - path = vendor/seabios - url = https://review.coreboot.org/seabios.git [submodule "vendor/coreboot"] path = vendor/coreboot url = https://review.coreboot.org/coreboot.git [submodule "vendor/libkernaux"] path = vendor/libkernaux url = https://github.com/tailix/libkernaux.git +[submodule "vendor/seabios"] + path = vendor/seabios + url = https://review.coreboot.org/seabios.git