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

github.com/torch/argcheck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/rocks
diff options
context:
space:
mode:
authorRonan Collobert <ronan@collobert.com>2013-12-26 15:44:31 +0400
committerRonan Collobert <ronan@collobert.com>2013-12-26 15:44:31 +0400
commit27915e91b6396e15b5bf79c341aed2a47cf24c29 (patch)
tree2b7c2e46d3ef35ba970537119d3813a4294a4811 /rocks
parentd6f383d86ba23f8d1af123cc2f68cbe83cd95def (diff)
fixed rock
Diffstat (limited to 'rocks')
-rw-r--r--rocks/argcheck-scm-1.rockspec4
1 files changed, 2 insertions, 2 deletions
diff --git a/rocks/argcheck-scm-1.rockspec b/rocks/argcheck-scm-1.rockspec
index d5123a7..0a77e4a 100644
--- a/rocks/argcheck-scm-1.rockspec
+++ b/rocks/argcheck-scm-1.rockspec
@@ -2,7 +2,7 @@ package = "argcheck"
version = "scm-1"
source = {
- url = "git://github.com/andresy/argcheck.git"
+ url = "git://github.com/torch/argcheck.git"
}
description = {
@@ -11,7 +11,7 @@ description = {
Argcheck allows you to insure arguments given to a function are correct.
Checks are compiled beforehand, which guarantees little overheads.
]],
- homepage = "https://github.com/andresy/argcheck",
+ homepage = "https://github.com/torch/argcheck",
license = "BSD"
}