From 2f53af0557446e9568761cc1c7bdcc61efddfd34 Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Wed, 5 Oct 2016 11:00:32 +0000 Subject: [PATCH] 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 3c2f23180b..eae164f2be 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