From 3fea81e4c58f7c0f263341a96eec2cca39e87a59 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Fri, 5 Nov 2021 08:57:46 -0400 Subject: crun/oci-image-spec: specify https in github src_uri Signed-off-by: Bruce Ashfield --- recipes-devtools/go/go-md2man_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-devtools/go/go-md2man_git.bb') diff --git a/recipes-devtools/go/go-md2man_git.bb b/recipes-devtools/go/go-md2man_git.bb index d02f3244..aa058990 100644 --- a/recipes-devtools/go/go-md2man_git.bb +++ b/recipes-devtools/go/go-md2man_git.bb @@ -9,7 +9,7 @@ BBCLASSEXTEND = "native" GO_IMPORT = "github.com/cpuguy83/go-md2man" #GO_INSTALL = "${GO_IMPORT}/bin/go-md2man" -SRC_URI = "git://${GO_IMPORT}.git;branch=master" +SRC_URI = "git://${GO_IMPORT}.git;branch=master;protocol=https" SRCREV = "f79a8a8ca69da163eee19ab442bedad7a35bba5a" PV = "1.0.10+git${SRCPV}" -- cgit v1.2.3-54-g00ecf