aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2013-07-11 16:24:27 -0300
committerHisham Muhammad <hisham@gobolinux.org>2013-07-11 16:24:27 -0300
commitd6fbad321cbb7f255e6902dfbc1306cccc29759e (patch)
tree6b95aa662a1bb9cdb12c52bbb14e1ba6a2296154
parenteb6a11ee3d7f1457b611c009532ba0ecf76a5e17 (diff)
downloadluarocks-d6fbad321cbb7f255e6902dfbc1306cccc29759e.tar.gz
luarocks-d6fbad321cbb7f255e6902dfbc1306cccc29759e.tar.bz2
luarocks-d6fbad321cbb7f255e6902dfbc1306cccc29759e.zip
Add links to manifest-5.1 and manifest-5.2 to ensure that wget mirroring fetches them.
-rw-r--r--src/luarocks/index.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luarocks/index.lua b/src/luarocks/index.lua
index ba55f3b1..e1391cce 100644
--- a/src/luarocks/index.lua
+++ b/src/luarocks/index.lua
@@ -81,7 +81,7 @@ local index_package_end = [[
81local index_footer = [[ 81local index_footer = [[
82</table> 82</table>
83<p class="manifest"> 83<p class="manifest">
84<a href="manifest">manifest file</a> 84<a href="manifest">manifest file</a> &bull; <a href="manifest-5.1">Lua 5.1 manifest file</a> &bull; <a href="manifest-5.2">Lua 5.2 manifest file</a>
85</p> 85</p>
86</body> 86</body>
87</html> 87</html>