aboutsummaryrefslogtreecommitdiff
path: root/lang/luaexpat/Makefile
diff options
context:
space:
mode:
authorKarl Palsson <karlp@etactica.com>2016-10-05 11:00:32 +0000
committerKarl Palsson <karlp@etactica.com>2016-10-05 11:00:32 +0000
commit2f53af0557446e9568761cc1c7bdcc61efddfd34 (patch)
tree5b94f913b16c64ed4e42ba48ec7bc95b1d16d624 /lang/luaexpat/Makefile
parentb7ec0c715c23fabd39266da4762b4abedb62a42f (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/Makefile2
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