diff options
author | Karl Palsson <karlp@etactica.com> | 2016-10-05 10:54:24 +0000 |
---|---|---|
committer | Karl Palsson <karlp@etactica.com> | 2016-10-05 10:58:31 +0000 |
commit | 7028fbfc8652f03d04c7552ecede47bac8c6f9b9 (patch) | |
tree | bb7a8d7ed74c37c68bf74ed4eaa6250f3eecce28 /lang | |
parent | c3d4458615d399ee04769edddc8b3f9ff9f05ed6 (diff) |
lua-wsapi: Use new URL for documentation
keplerproject.org has been long gone.
Signed-off-by: Karl Palsson <karlp@etactica.com>
Diffstat (limited to 'lang')
-rw-r--r-- | lang/lua-wsapi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/lua-wsapi/Makefile b/lang/lua-wsapi/Makefile index b382ad640..51175967d 100644 --- a/lang/lua-wsapi/Makefile +++ b/lang/lua-wsapi/Makefile @@ -28,7 +28,7 @@ define Package/lua-wsapi/Default SECTION:=lang CATEGORY:=Languages TITLE:=Lua WSAPI - URL:=http://www.keplerproject.org/wsapi + URL:=https://keplerproject.github.io/wsapi/ DEPENDS:= +lua endef |