From ba5139a08ff71e70e458ecffee9cd5eb0e4cd5d8 Mon Sep 17 00:00:00 2001
From: Karl Palsson <karlp@etactica.com>
Date: Fri, 30 Sep 2016 13:44:23 +0000
Subject: [PATCH] lang: luasql: update URL to current

Old keplerproject.org urls are all down.
github project source for this project references new githubio website.

Signed-off-by: Karl Palsson <karlp@etactica.com>
---
 lang/luasql/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lang/luasql/Makefile b/lang/luasql/Makefile
index 204d6cc1a..135ebff64 100644
--- a/lang/luasql/Makefile
+++ b/lang/luasql/Makefile
@@ -30,7 +30,7 @@ define Package/luasql/Default
   SECTION:=lang
   CATEGORY:=Languages
   TITLE:=Lua SQL binding
-  URL:=http://www.keplerproject.org/luasql/
+  URL:=http://keplerproject.github.io/luasql/
   DEPENDS:= +lua
 endef