aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHisham <hisham@gobolinux.org>2016-11-07 00:28:08 -0200
committerHisham <hisham@gobolinux.org>2016-11-07 00:28:08 -0200
commit6a299fc4c2b25482bf53ae1ab8ee4c330bc82890 (patch)
treee7eac4eb93e75bff18079b49600d75df2ec09652
parentbfab09559cdbbc7e163490129ac7d3c4060b905d (diff)
downloadluarocks-6a299fc4c2b25482bf53ae1ab8ee4c330bc82890.tar.gz
luarocks-6a299fc4c2b25482bf53ae1ab8ee4c330bc82890.tar.bz2
luarocks-6a299fc4c2b25482bf53ae1ab8ee4c330bc82890.zip
keplerproject/luarocks -> luarocks/luarocks
-rw-r--r--README.md6
-rw-r--r--install.bat2
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 @@
1<p align="center"><a href="http://luarocks.org"><img border="0" src="http://keplerproject.github.io/luarocks/luarocks.png" alt="LuaRocks" width="500px"></a></p> 1<p align="center"><a href="http://luarocks.org"><img border="0" src="http://luarocks.github.io/luarocks/luarocks.png" alt="LuaRocks" width="500px"></a></p>
2 2
3A package manager for Lua modules. 3A package manager for Lua modules.
4 4
5[![Build Status](https://travis-ci.org/keplerproject/luarocks.svg?branch=master)](https://travis-ci.org/keplerproject/luarocks) 5[![Build Status](https://travis-ci.org/luarocks/luarocks.svg?branch=master)](https://travis-ci.org/luarocks/luarocks)
6[![Build Status](https://ci.appveyor.com/api/projects/status/4x4630tcf64da48i/branch/master?svg=true)](https://ci.appveyor.com/project/hishamhm/luarocks/branch/master) 6[![Build Status](https://ci.appveyor.com/api/projects/status/4x4630tcf64da48i/branch/master?svg=true)](https://ci.appveyor.com/project/hishamhm/luarocks/branch/master)
7[![Coverage Status](https://codecov.io/gh/keplerproject/luarocks/coverage.svg?branch=master)](https://codecov.io/gh/keplerproject/luarocks/branch/master) 7[![Coverage Status](https://codecov.io/gh/luarocks/luarocks/coverage.svg?branch=master)](https://codecov.io/gh/luarocks/luarocks/branch/master)
8[![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) 8[![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)
9 9
10Main website: [luarocks.org](http://www.luarocks.org) 10Main 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()
459 assert(type(vars.LUA_RUNTIME) == "string", "requires vars.LUA_RUNTIME to be set before calling this function.") 459 assert(type(vars.LUA_RUNTIME) == "string", "requires vars.LUA_RUNTIME to be set before calling this function.")
460 -- Only v7.1 and v6.1 shipped with compilers 460 -- Only v7.1 and v6.1 shipped with compilers
461 -- Other versions requires a separate installation of Visual Studio. 461 -- Other versions requires a separate installation of Visual Studio.
462 -- see https://github.com/keplerproject/luarocks/pull/443#issuecomment-152792516 462 -- see https://github.com/luarocks/luarocks/pull/443#issuecomment-152792516
463 local wsdks = { 463 local wsdks = {
464 ["MSVCR100"] = "v7.1", -- shipped with Visual Studio 2010 compilers. 464 ["MSVCR100"] = "v7.1", -- shipped with Visual Studio 2010 compilers.
465 ["MSVCR100D"] = "v7.1", -- shipped with Visual Studio 2010 compilers. 465 ["MSVCR100D"] = "v7.1", -- shipped with Visual Studio 2010 compilers.