From 8bff038021df93427b19fd91937a176581cd1a8c Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Wed, 3 Nov 2021 09:51:23 +0100 Subject: global: convert github SRC_URIs to use https protocol * apply the same also for recipes using PKG_NAME starting with github.com which the conversion script doesn't update automatically Signed-off-by: Martin Jansa Signed-off-by: Bruce Ashfield --- recipes-devtools/go/go-mux_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-devtools/go/go-mux_git.bb') diff --git a/recipes-devtools/go/go-mux_git.bb b/recipes-devtools/go/go-mux_git.bb index c0db0501..3f939f45 100644 --- a/recipes-devtools/go/go-mux_git.bb +++ b/recipes-devtools/go/go-mux_git.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c50f6bd9c1e15ed0bad3bea18e3c1b7f" SRCNAME = "mux" PKG_NAME = "github.com/gorilla/${SRCNAME}" -SRC_URI = "git://${PKG_NAME}.git;branch=master" +SRC_URI = "git://${PKG_NAME}.git;branch=master;protocol=https" SRCREV = "136d54f81f00414c45c3c68dd47e98cc97519c5e" -- cgit v1.2.3-54-g00ecf