lede-packages-rs

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

commit 2f53af0557446e9568761cc1c7bdcc61efddfd34
parent b7ec0c715c23fabd39266da4762b4abedb62a42f
Author: Karl Palsson <karlp@etactica.com>
Date:   Wed,  5 Oct 2016 11:00:32 +0000

luaexpat: Use new URL for documentation

keplerproject.org is long gone.  Use current maintainer website.

Signed-off-by: Karl Palsson <karlp@etactica.com>

Diffstat:
Mlang/luaexpat/Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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