aboutsummaryrefslogtreecommitdiff
path: root/projects/seabios
diff options
context:
space:
mode:
Diffstat (limited to 'projects/seabios')
-rwxr-xr-xprojects/seabios/seabios3
1 files changed, 1 insertions, 2 deletions
diff --git a/projects/seabios/seabios b/projects/seabios/seabios
index 818ffcfd..a0682204 100755
--- a/projects/seabios/seabios
+++ b/projects/seabios/seabios
@@ -27,8 +27,7 @@ usage() {
download() {
local repository="${project}"
- # Can't clone using TLS until Coreboot's cert lists the domain as a SAN
- project_download_git "${project}" "${repository}" 'git://git.seabios.org/seabios.git' "$@"
+ project_download_git "${project}" "${repository}" 'https://review.coreboot.org/seabios.git' "$@"
}
download_check() {