From 6a299fc4c2b25482bf53ae1ab8ee4c330bc82890 Mon Sep 17 00:00:00 2001 From: Hisham Date: Mon, 7 Nov 2016 00:28:08 -0200 Subject: keplerproject/luarocks -> luarocks/luarocks --- README.md | 6 +++--- install.bat | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3df3c853..8c1209d9 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -

LuaRocks

+

LuaRocks

A package manager for Lua modules. -[![Build Status](https://travis-ci.org/keplerproject/luarocks.svg?branch=master)](https://travis-ci.org/keplerproject/luarocks) +[![Build Status](https://travis-ci.org/luarocks/luarocks.svg?branch=master)](https://travis-ci.org/luarocks/luarocks) [![Build Status](https://ci.appveyor.com/api/projects/status/4x4630tcf64da48i/branch/master?svg=true)](https://ci.appveyor.com/project/hishamhm/luarocks/branch/master) -[![Coverage Status](https://codecov.io/gh/keplerproject/luarocks/coverage.svg?branch=master)](https://codecov.io/gh/keplerproject/luarocks/branch/master) +[![Coverage Status](https://codecov.io/gh/luarocks/luarocks/coverage.svg?branch=master)](https://codecov.io/gh/luarocks/luarocks/branch/master) [![Join the chat at https://gitter.im/keplerproject/luarocks](https://badges.gitter.im/keplerproject/luarocks.svg)](https://gitter.im/keplerproject/luarocks?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) Main website: [luarocks.org](http://www.luarocks.org) diff --git a/install.bat b/install.bat index 0a35a28a..92d7b830 100644 --- a/install.bat +++ b/install.bat @@ -459,7 +459,7 @@ local function get_windows_sdk_directory() assert(type(vars.LUA_RUNTIME) == "string", "requires vars.LUA_RUNTIME to be set before calling this function.") -- Only v7.1 and v6.1 shipped with compilers -- Other versions requires a separate installation of Visual Studio. - -- see https://github.com/keplerproject/luarocks/pull/443#issuecomment-152792516 + -- see https://github.com/luarocks/luarocks/pull/443#issuecomment-152792516 local wsdks = { ["MSVCR100"] = "v7.1", -- shipped with Visual Studio 2010 compilers. ["MSVCR100D"] = "v7.1", -- shipped with Visual Studio 2010 compilers. -- cgit v1.2.3-55-g6feb