diff options
author | Karl Palsson <karlp@etactica.com> | 2016-10-05 11:00:32 +0000 |
---|---|---|
committer | Karl Palsson <karlp@etactica.com> | 2016-10-05 11:00:32 +0000 |
commit | 2f53af0557446e9568761cc1c7bdcc61efddfd34 (patch) | |
tree | 5b94f913b16c64ed4e42ba48ec7bc95b1d16d624 /lang/luaexpat/Makefile | |
parent | b7ec0c715c23fabd39266da4762b4abedb62a42f (diff) |
luaexpat: Use new URL for documentation
keplerproject.org is long gone. Use current maintainer website.
Signed-off-by: Karl Palsson <karlp@etactica.com>
Diffstat (limited to 'lang/luaexpat/Makefile')
-rw-r--r-- | lang/luaexpat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 <mike@flyn.org> DEPENDS:=+lua +libexpat endef |