http-parser: fix SRC_URI branch

master was renamed to main

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Gyorgy Sarvari 2025-11-08 15:31:39 +01:00 committed by Khem Raj
parent 583f04b897
commit 8fb37f0f95
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -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"