about summary refs log tree commit diff
path: root/maintainers/scripts
diff options
context:
space:
mode:
authorMatthieu Coudron <mattator@gmail.com>2019-03-20 17:38:04 +0900
committerMatthieu Coudron <mattator@gmail.com>2019-04-14 16:38:23 +0900
commite195a37fd95de38ef452ffaf57ca227d96509af6 (patch)
treed2d3be87a8e971c7a133e34f17f06e1d971e6955 /maintainers/scripts
parentf84594c7d741b7bc32476e6203b124baca7e13ab (diff)
luaPackages: rename std._debug to std__debug
Similarly rename std.normalize to std_normalize.
Having a dot in the name prevents some changes to the lua infrastructure,
for instance passing attribute names { std._debug }: to a function would fail with
`syntax error, unexpected ',', expecting '.' or '=',`
Diffstat (limited to 'maintainers/scripts')
-rw-r--r--maintainers/scripts/luarocks-packages.csv2
1 files changed, 2 insertions, 0 deletions
diff --git a/maintainers/scripts/luarocks-packages.csv b/maintainers/scripts/luarocks-packages.csv
index 035a0d891ccaf..8dc70b2469daf 100644
--- a/maintainers/scripts/luarocks-packages.csv
+++ b/maintainers/scripts/luarocks-packages.csv
@@ -22,6 +22,8 @@ luaffi,,http://luarocks.org/dev,
 luuid,
 penlight,
 say,
+std__debug,std._debug,
+std_normalize,std.normalize,
 luv,
 luasystem,
 mediator_lua,,http://luarocks.org/manifests/teto