lede-packages-rs

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

commit 7028fbfc8652f03d04c7552ecede47bac8c6f9b9
parent c3d4458615d399ee04769edddc8b3f9ff9f05ed6
Author: Karl Palsson <karlp@etactica.com>
Date:   Wed,  5 Oct 2016 10:54:24 +0000

lua-wsapi: Use new URL for documentation

keplerproject.org has been long gone.

Signed-off-by: Karl Palsson <karlp@etactica.com>

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

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