commit b7ec0c715c23fabd39266da4762b4abedb62a42f
parent 7028fbfc8652f03d04c7552ecede47bac8c6f9b9
Author: Karl Palsson <karlp@etactica.com>
Date: Wed, 5 Oct 2016 10:57:43 +0000
lua-xavante: use new URL for documentation
keplerproject.org is long gone.
Signed-off-by: Karl Palsson <karlp@etactica.com>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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