All of lore.kernel.org
 help / color / mirror / Atom feed
* [kirkstone][PATCH 1/2] go-context: Switch to main branch
@ 2023-09-12  7:20 Martin Jansa
  2023-09-12  7:20 ` [kirkstone][PATCH 2/2] go-mux: " Martin Jansa
  2023-09-12 19:46 ` [meta-virtualization] [kirkstone][PATCH 1/2] go-context: " Bruce Ashfield
  0 siblings, 2 replies; 3+ messages in thread
From: Martin Jansa @ 2023-09-12  7:20 UTC (permalink / raw)
  To: meta-virtualization; +Cc: Mingli Yu

From: Mingli Yu <mingli.yu@windriver.com>

The project has renamed the master branch to main.

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
---
 recipes-devtools/go/go-context_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-devtools/go/go-context_git.bb b/recipes-devtools/go/go-context_git.bb
index 37f39b38..0959054b 100644
--- a/recipes-devtools/go/go-context_git.bb
+++ b/recipes-devtools/go/go-context_git.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c50f6bd9c1e15ed0bad3bea18e3c1b7f"
 SRCNAME = "context"
 
 PKG_NAME = "github.com/gorilla/${SRCNAME}"
-SRC_URI = "git://${PKG_NAME}.git;branch=master;protocol=https"
+SRC_URI = "git://${PKG_NAME}.git;branch=main;protocol=https"
 
 SRCREV = "14f550f51af52180c2eefed15e5fd18d63c0a64a"
 
-- 
2.42.0



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-09-12 19:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-12  7:20 [kirkstone][PATCH 1/2] go-context: Switch to main branch Martin Jansa
2023-09-12  7:20 ` [kirkstone][PATCH 2/2] go-mux: " Martin Jansa
2023-09-12 19:46 ` [meta-virtualization] [kirkstone][PATCH 1/2] go-context: " Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.