Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/xlua.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Farabet <clement.farabet@gmail.com>2013-07-10 18:14:10 +0400
committerClement Farabet <clement.farabet@gmail.com>2013-07-10 18:14:10 +0400
commit2d7221feb245ad0ddba02bc7f6af9182236f2b29 (patch)
treeee52de5a328857fbf1f3dd9322e24bdf5a0b681c
parentade5bb6ad732542bc7f98f98bf95927647cdf531 (diff)
Rebased rock
-rw-r--r--xlua-1.0-0.rockspec6
1 files changed, 3 insertions, 3 deletions
diff --git a/xlua-1.0-0.rockspec b/xlua-1.0-0.rockspec
index 4a781de..0406ecb 100644
--- a/xlua-1.0-0.rockspec
+++ b/xlua-1.0-0.rockspec
@@ -2,9 +2,9 @@ package = "xlua"
version = "1.0-0"
source = {
- url = "git://github.com/clementfarabet/lua---xlua",
+ url = "git://github.com/torch/xlua",
tag = "1.0-0",
- dir = 'lua---xlua'
+ dir = 'xlua'
}
description = {
@@ -14,7 +14,7 @@ Lua is pretty compact in terms of built-in functionalities:
this package extends the table and string libraries,
and provide other general purpose tools (progress bar, ...).
]],
- homepage = "https://github.com/clementfarabet/lua---xlua",
+ homepage = "https://github.com/torch/xlua",
license = "BSD"
}