From c3d4458615d399ee04769edddc8b3f9ff9f05ed6 Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Wed, 5 Oct 2016 10:51:25 +0000 Subject: [PATCH 1/4] lua-rings: use new URL for documentation keplerproject.org is long gone. Signed-off-by: Karl Palsson --- lang/lua-rings/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/lua-rings/Makefile b/lang/lua-rings/Makefile index 9b39c96be..7b2e270f7 100644 --- 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 From 7028fbfc8652f03d04c7552ecede47bac8c6f9b9 Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Wed, 5 Oct 2016 10:54:24 +0000 Subject: [PATCH 2/4] lua-wsapi: Use new URL for documentation keplerproject.org has been long gone. Signed-off-by: Karl Palsson --- lang/lua-wsapi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/lua-wsapi/Makefile b/lang/lua-wsapi/Makefile index b382ad640..51175967d 100644 --- 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 From b7ec0c715c23fabd39266da4762b4abedb62a42f Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Wed, 5 Oct 2016 10:57:43 +0000 Subject: [PATCH 3/4] lua-xavante: use new URL for documentation keplerproject.org is long gone. Signed-off-by: Karl Palsson --- lang/lua-xavante/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/lua-xavante/Makefile b/lang/lua-xavante/Makefile index 13b66ee60..71ed8bd99 100644 --- 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 From 2f53af0557446e9568761cc1c7bdcc61efddfd34 Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Wed, 5 Oct 2016 11:00:32 +0000 Subject: [PATCH 4/4] luaexpat: Use new URL for documentation keplerproject.org is long gone. Use current maintainer website. Signed-off-by: Karl Palsson --- lang/luaexpat/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/luaexpat/Makefile b/lang/luaexpat/Makefile index 3c2f23180..eae164f2b 100644 --- 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 DEPENDS:=+lua +libexpat endef