diff options
author | Karl Palsson <karlp@etactica.com> | 2016-09-30 13:44:23 +0000 |
---|---|---|
committer | Karl Palsson <karlp@etactica.com> | 2016-09-30 13:44:23 +0000 |
commit | ba5139a08ff71e70e458ecffee9cd5eb0e4cd5d8 (patch) | |
tree | 938b461c714c54a71ea1af3f34cb696437546cb8 /lang/luasql/Makefile | |
parent | 828a90ce26941a5b52ba0ec3548a6835c4e1722f (diff) |
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 (limited to 'lang/luasql/Makefile')
-rw-r--r-- | lang/luasql/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |