lede-packages-rs

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

commit d2a393a60704ec7a781616db14dbd70ab4a16e02
parent 45f6380e371ca3aba31d78feb24be797f9089ab9
Author: Hannu Nyman <hannu.nyman@iki.fi>
Date:   Sat, 15 Oct 2016 13:18:10 +0300

Merge pull request #3267 from karlp/pulls/luasql-doc-url

lang: luasql: update URL to current
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