lede-packages-rs

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

commit c3d4458615d399ee04769edddc8b3f9ff9f05ed6
parent 75a74f41e35442da4e316d6e2c32aac3cf541d19
Author: Karl Palsson <karlp@etactica.com>
Date:   Wed,  5 Oct 2016 10:51:25 +0000

lua-rings: use new URL for documentation

keplerproject.org is long gone.

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

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

diff --git a/lang/lua-rings/Makefile b/lang/lua-rings/Makefile @@ -30,7 +30,7 @@ define Package/lua-rings SECTION:=lang CATEGORY:=Languages TITLE:=Lua-Rings - URL:=http://www.inf.puc-rio.br/~roberto/lua-rings/ + URL:=http://keplerproject.github.io/rings/ DEPENDS:=+lua endef