diff mbox series

[meta-networking,3/5] http-parser: fix SRC_URI branch

Message ID 20251108143141.3117797-3-skandigraun@gmail.com
State Under Review
Headers show
Series [meta-gnome,1/5] gnuchess: upgrade 6.2.9 -> 6.3.0 | expand

Commit Message

Gyorgy Sarvari Nov. 8, 2025, 2:31 p.m. UTC
master was renamed to main

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
---
 .../recipes-support/http-parser/http-parser_2.9.4.bb            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-networking/recipes-support/http-parser/http-parser_2.9.4.bb b/meta-networking/recipes-support/http-parser/http-parser_2.9.4.bb
index 7def915db5..82a6e5bad8 100644
--- a/meta-networking/recipes-support/http-parser/http-parser_2.9.4.bb
+++ b/meta-networking/recipes-support/http-parser/http-parser_2.9.4.bb
@@ -11,7 +11,7 @@  SECTION = "libs"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE-MIT;md5=9bfa835d048c194ab30487af8d7b3778"
 
-SRC_URI = "git://github.com/nodejs/http-parser.git;branch=master;protocol=https"
+SRC_URI = "git://github.com/nodejs/http-parser.git;branch=main;protocol=https"
 SRCREV = "2343fd6b5214b2ded2cdcf76de2bf60903bb90cd"