aboutsummaryrefslogtreecommitdiff
path: root/luasocket-scm-3.rockspec
diff options
context:
space:
mode:
authorCaleb Maclennan <caleb@alerque.com>2022-03-23 00:09:53 +0300
committerCaleb Maclennan <caleb@alerque.com>2022-03-23 00:11:24 +0300
commitf98977b2dac48fc66822402b095336e683715126 (patch)
tree890645acb9d4f8ace095add229447b7c2411a138 /luasocket-scm-3.rockspec
parentc1eacfa6d24dc15476f5f9befa8370e2244931d4 (diff)
downloadluasocket-f98977b2dac48fc66822402b095336e683715126.tar.gz
luasocket-f98977b2dac48fc66822402b095336e683715126.tar.bz2
luasocket-f98977b2dac48fc66822402b095336e683715126.zip
Move doc→docs so we can serve it with GitHub Pages
Diffstat (limited to 'luasocket-scm-3.rockspec')
-rw-r--r--luasocket-scm-3.rockspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/luasocket-scm-3.rockspec b/luasocket-scm-3.rockspec
index 4e1669c..0e1b0f9 100644
--- a/luasocket-scm-3.rockspec
+++ b/luasocket-scm-3.rockspec
@@ -127,7 +127,7 @@ build = {
127 mingw32 = make_plat("mingw32") 127 mingw32 = make_plat("mingw32")
128 }, 128 },
129 copy_directories = { 129 copy_directories = {
130 "doc" 130 "docs"
131 , "samples" 131 , "samples"
132 , "etc" 132 , "etc"
133 , "test" } 133 , "test" }