Skip to content

Commit cfb23a5

Browse files
committed
build-aux: Use GitHub repo for LuaJIT
Curl reports that the luajit.org git repo is using a self-signed cert. This is causing git operations to fail. Let's just use the GitHub mirror.
1 parent 69ecfcd commit cfb23a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-aux/modules/40-luajit.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"sources": [
1111
{
1212
"type": "git",
13-
"url": "https://luajit.org/git/luajit-2.0.git",
13+
"url": "https://github.com/LuaJIT/LuaJIT.git",
1414
"commit": "a4f56a459a588ae768801074b46ba0adcfb49eb1",
1515
"disable-shallow-clone": true
1616
},

0 commit comments

Comments
 (0)