lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 03161d9448e4b45fac8c00dc57abb6aa4cdaff13
parent d2a393a60704ec7a781616db14dbd70ab4a16e02
Author: Hannu Nyman <hannu.nyman@iki.fi>
Date:   Sat, 15 Oct 2016 13:18:15 +0300

Merge pull request #3303 from karlp/pulls/lua-kepler-urls

Pulls/lua kepler urls
Diffstat:
Mlang/lua-rings/Makefile | 2+-
Mlang/lua-wsapi/Makefile | 2+-
Mlang/lua-xavante/Makefile | 2+-
Mlang/luaexpat/Makefile | 2+-
4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/lang/lua-rings/Makefile b/lang/lua-rings/Makefile @@ -30,7 +30,7 @@ define Package/lua-rings SECTION:=lang CATEGORY:=Languages TITLE:=Lua-Rings - URL:=http://www.inf.puc-rio.br/~roberto/lua-rings/ + URL:=http://keplerproject.github.io/rings/ DEPENDS:=+lua endef diff --git a/lang/lua-wsapi/Makefile b/lang/lua-wsapi/Makefile @@ -28,7 +28,7 @@ define Package/lua-wsapi/Default SECTION:=lang CATEGORY:=Languages TITLE:=Lua WSAPI - URL:=http://www.keplerproject.org/wsapi + URL:=https://keplerproject.github.io/wsapi/ DEPENDS:= +lua endef diff --git a/lang/lua-xavante/Makefile b/lang/lua-xavante/Makefile @@ -28,7 +28,7 @@ define Package/lua-xavante SECTION:=lang CATEGORY:=Languages TITLE:=Xavante Web Server - URL:=http://www.keplerproject.org/xavante + URL:=http://keplerproject.github.io/xavante/ DEPENDS:= +lua endef diff --git a/lang/luaexpat/Makefile b/lang/luaexpat/Makefile @@ -22,7 +22,7 @@ define Package/luaexpat SECTION:=lang CATEGORY:=Languages TITLE:=LuaExpat - URL:=http://www.keplerproject.org/luaexpat/ + URL:=http://matthewwild.co.uk/projects/luaexpat/ MAINTAINER:=W. Michael Petullo <mike@flyn.org> DEPENDS:=+lua +libexpat endef