File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 66 "url" : " @{baseUrl}" ,
77 "maintainer" : " torque" ,
88 "knownFeeds" : {
9- "this" : " https://raw.githubusercontent.com/torque /ffi-experiments/master/DependencyControl.json"
9+ "this" : " https://raw.githubusercontent.com/TypesettingTools /ffi-experiments/master/DependencyControl.json"
1010 },
1111 "modules" : {
1212 "BM.BadMutex" : {
Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ BadMutex = {
2828 version : BadMutex . version,
2929 description : " A global mutex." ,
3030 author : " torque" ,
31- url : " https://github.com/torque /ffi-experiments" ,
31+ url : " https://github.com/TypesettingTools /ffi-experiments" ,
3232 moduleName : " BM.BadMutex" ,
33- feed : " https://raw.githubusercontent.com/torque /ffi-experiments/master/DependencyControl.json" ,
33+ feed : " https://raw.githubusercontent.com/TypesettingTools /ffi-experiments/master/DependencyControl.json" ,
3434 }
3535 : loadedLibraryPath
3636}
Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ class PreciseTimer
2222 version : @version_string ,
2323 description : " Measure times down to the nanosecond. Except not really." ,
2424 author : " torque" ,
25- url : " https://github.com/torque /ffi-experiments" ,
25+ url : " https://github.com/TypesettingTools /ffi-experiments" ,
2626 moduleName : " PT.#{@__name}" ,
27- feed : " https://raw.githubusercontent.com/torque /ffi-experiments/master/DependencyControl.json" ,
27+ feed : " https://raw.githubusercontent.com/TypesettingTools /ffi-experiments/master/DependencyControl.json" ,
2828 }
2929 : loadedLibraryPath
3030
Original file line number Diff line number Diff line change @@ -63,9 +63,9 @@ versionRecord = {
6363 version : version,
6464 description : " FFI.load wrapper for loading C modules." ,
6565 author : " torque" ,
66- url : " https://github.com/torque /ffi-experiments" ,
66+ url : " https://github.com/TypesettingTools /ffi-experiments" ,
6767 moduleName : " requireffi.requireffi" ,
68- feed : " https://raw.githubusercontent.com/torque /ffi-experiments/master/DependencyControl.json" ,
68+ feed : " https://raw.githubusercontent.com/TypesettingTools /ffi-experiments/master/DependencyControl.json" ,
6969 }
7070}
7171return setmetatable versionRecord, { __call : requireffi }
Original file line number Diff line number Diff line change @@ -184,9 +184,9 @@ class DownloadManager
184184 version : @version_string ,
185185 description : " Download things with libcurl without blocking Lua." ,
186186 author : " torque" ,
187- url : " https://github.com/torque /ffi-experiments" ,
187+ url : " https://github.com/TypesettingTools /ffi-experiments" ,
188188 moduleName : " DM.#{@__name}" ,
189- feed : " https://raw.githubusercontent.com/torque /ffi-experiments/master/DependencyControl.json" ,
189+ feed : " https://raw.githubusercontent.com/TypesettingTools /ffi-experiments/master/DependencyControl.json" ,
190190 }
191191 : loadedLibraryPath
192192
You can’t perform that action at this time.
0 commit comments