Skip to content

Commit

Permalink
Lua: update repository URLs.
Browse files Browse the repository at this point in the history
  • Loading branch information
torque committed Apr 5, 2018
1 parent 8150869 commit 8463798
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion DependencyControl.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"url": "@{baseUrl}",
"maintainer": "torque",
"knownFeeds": {
"this": "https://raw.githubusercontent.com/torque/ffi-experiments/master/DependencyControl.json"
"this": "https://raw.githubusercontent.com/TypesettingTools/ffi-experiments/master/DependencyControl.json"
},
"modules": {
"BM.BadMutex": {
Expand Down
4 changes: 2 additions & 2 deletions bad-mutex/BadMutex.moon
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ BadMutex = {
version: BadMutex.version,
description: "A global mutex.",
author: "torque",
url: "https://github.com/torque/ffi-experiments",
url: "https://github.com/TypesettingTools/ffi-experiments",
moduleName: "BM.BadMutex",
feed: "https://raw.githubusercontent.com/torque/ffi-experiments/master/DependencyControl.json",
feed: "https://raw.githubusercontent.com/TypesettingTools/ffi-experiments/master/DependencyControl.json",
}
:loadedLibraryPath
}
Expand Down
4 changes: 2 additions & 2 deletions precise-timer/PreciseTimer.moon
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ class PreciseTimer
version: @version_string,
description: "Measure times down to the nanosecond. Except not really.",
author: "torque",
url: "https://github.com/torque/ffi-experiments",
url: "https://github.com/TypesettingTools/ffi-experiments",
moduleName: "PT.#{@__name}",
feed: "https://raw.githubusercontent.com/torque/ffi-experiments/master/DependencyControl.json",
feed: "https://raw.githubusercontent.com/TypesettingTools/ffi-experiments/master/DependencyControl.json",
}
:loadedLibraryPath

Expand Down
4 changes: 2 additions & 2 deletions requireffi/requireffi.moon
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ versionRecord = {
version: version,
description: "FFI.load wrapper for loading C modules.",
author: "torque",
url: "https://github.com/torque/ffi-experiments",
url: "https://github.com/TypesettingTools/ffi-experiments",
moduleName: "requireffi.requireffi",
feed: "https://raw.githubusercontent.com/torque/ffi-experiments/master/DependencyControl.json",
feed: "https://raw.githubusercontent.com/TypesettingTools/ffi-experiments/master/DependencyControl.json",
}
}
return setmetatable versionRecord, { __call: requireffi }
Expand Down
4 changes: 2 additions & 2 deletions threaded-libcurl/DownloadManager.moon
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,9 @@ class DownloadManager
version: @version_string,
description: "Download things with libcurl without blocking Lua.",
author: "torque",
url: "https://github.com/torque/ffi-experiments",
url: "https://github.com/TypesettingTools/ffi-experiments",
moduleName: "DM.#{@__name}",
feed: "https://raw.githubusercontent.com/torque/ffi-experiments/master/DependencyControl.json",
feed: "https://raw.githubusercontent.com/TypesettingTools/ffi-experiments/master/DependencyControl.json",
}
:loadedLibraryPath

Expand Down

0 comments on commit 8463798

Please sign in to comment.