Skip to content

Commit cf24a9a

Browse files
Apply suggestion from @1715173329
@github in PKG_SOURCE_URL didn't work for CI. Co-authored-by: Tianling Shen <[email protected]> Signed-off-by: mstorchak <[email protected]>
1 parent fce7d8f commit cf24a9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/linenoise/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ PKG_NAME:=linenoise
99
PKG_RELEASE:=1
1010

1111
PKG_SOURCE_PROTO:=git
12-
PKG_SOURCE_URL:=@GITHUB/antirez/linenoise.git
12+
PKG_SOURCE_URL:=https://github.com/antirez/linenoise.git
1313
PKG_SOURCE_DATE:=2025-09-10
1414
PKG_SOURCE_VERSION:=880b94130ffa5f8236392392b447ff2234b11983
1515
PKG_MIRROR_HASH:=a554a5ea9b2111cfb1d844a072933109f8316914eb40edca3919915a5ddb5df9

0 commit comments

Comments
 (0)