lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Great, thanks!

On Fri, Oct 9, 2009 at 03:02, Hisham <hisham.hm@gmail.com> wrote:
On Thu, Oct 8, 2009 at 8:36 PM, Cosmin Apreutesei
<cosmin.apreutesei@gmail.com> wrote:
> Hi,
> Since luarocks.luaforge.org is down, can someone point me to any mirrors of
> the main luarocks repository ?

I was just taking care of this, today. Add these to your configuration:

rocks_servers = {
"http://www.luarocks.org/repositories/rocks/",
"http://www.luarocks.org/repositories/rocks-cvs/"
}

-- Hisham