summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/go/go-mux_git.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2021-11-03 09:51:23 +0100
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-11-03 09:57:11 -0400
commit8bff038021df93427b19fd91937a176581cd1a8c (patch)
tree30eec07f868501a5c65b25d343e4566d84943f63 /recipes-devtools/go/go-mux_git.bb
parent64d1d990d7be0c72af821b6b7e4a97d6ad494111 (diff)
downloadmeta-virtualization-8bff038021df93427b19fd91937a176581cd1a8c.tar.gz
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 <Martin.Jansa@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-devtools/go/go-mux_git.bb')
-rw-r--r--recipes-devtools/go/go-mux_git.bb2
1 files changed, 1 insertions, 1 deletions
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"
7SRCNAME = "mux" 7SRCNAME = "mux"
8 8
9PKG_NAME = "github.com/gorilla/${SRCNAME}" 9PKG_NAME = "github.com/gorilla/${SRCNAME}"
10SRC_URI = "git://${PKG_NAME}.git;branch=master" 10SRC_URI = "git://${PKG_NAME}.git;branch=master;protocol=https"
11 11
12SRCREV = "136d54f81f00414c45c3c68dd47e98cc97519c5e" 12SRCREV = "136d54f81f00414c45c3c68dd47e98cc97519c5e"
13 13