diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2022-06-24 12:12:13 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2022-06-24 12:27:22 -0300 |
commit | 9cbe5cba9047b449308e1365690b0a5acfdef181 (patch) | |
tree | a0d41adda3403b587fd195ffe1187016c7b41629 /luafilesystem-scm-1.rockspec | |
parent | 772fe81c6723c96be0c784c2ad6220ef5018a84a (diff) | |
download | luafilesystem-9cbe5cba9047b449308e1365690b0a5acfdef181.tar.gz luafilesystem-9cbe5cba9047b449308e1365690b0a5acfdef181.tar.bz2 luafilesystem-9cbe5cba9047b449308e1365690b0a5acfdef181.zip |
Move doc/us/ to docs/, replacing the gh-pages branch.
Diffstat (limited to 'luafilesystem-scm-1.rockspec')
-rw-r--r-- | luafilesystem-scm-1.rockspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/luafilesystem-scm-1.rockspec b/luafilesystem-scm-1.rockspec index c948965..8a78605 100644 --- a/luafilesystem-scm-1.rockspec +++ b/luafilesystem-scm-1.rockspec | |||
@@ -22,7 +22,7 @@ build = { | |||
22 | lfs = "src/lfs.c" | 22 | lfs = "src/lfs.c" |
23 | }, | 23 | }, |
24 | copy_directories = { | 24 | copy_directories = { |
25 | "doc", | 25 | "docs", |
26 | "tests" | 26 | "tests" |
27 | } | 27 | } |
28 | } | 28 | } |