mirrors: fix lua mirrors
Seems like urls in mirrors must end up with a / otherwise download fails.
This commit is contained in:
parent
91fbec2e3b
commit
3dd316723d
|
@ -9,10 +9,10 @@
|
|||
# "sourceforge", "gnu", etc.
|
||||
|
||||
luarocks = [
|
||||
"https://luarocks.org"
|
||||
"https://luarocks.org/"
|
||||
"https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master/"
|
||||
"http://luafr.org/moonrocks"
|
||||
"http://luarocks.logiceditor.com/rocks"
|
||||
"http://luafr.org/moonrocks/"
|
||||
"http://luarocks.logiceditor.com/rocks/"
|
||||
];
|
||||
|
||||
# SourceForge.
|
||||
|
|
Loading…
Reference in New Issue