Skip to content

Commit 8463798

Browse files
committed
Lua: update repository URLs.
1 parent 8150869 commit 8463798

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

DependencyControl.template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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": {

bad-mutex/BadMutex.moon

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

precise-timer/PreciseTimer.moon

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

requireffi/requireffi.moon

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}
7171
return setmetatable versionRecord, { __call: requireffi }

threaded-libcurl/DownloadManager.moon

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)