lede-packages-rs

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

commit ba5139a08ff71e70e458ecffee9cd5eb0e4cd5d8
parent 828a90ce26941a5b52ba0ec3548a6835c4e1722f
Author: Karl Palsson <karlp@etactica.com>
Date:   Fri, 30 Sep 2016 13:44:23 +0000

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>

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

diff --git 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