Browse Source

Merge pull request #3303 from karlp/pulls/lua-kepler-urls

Pulls/lua kepler urls
lilik-openwrt-22.03
Hannu Nyman 8 years ago
committed by GitHub
parent
commit
03161d9448
4 changed files with 4 additions and 4 deletions
  1. +1
    -1
      lang/lua-rings/Makefile
  2. +1
    -1
      lang/lua-wsapi/Makefile
  3. +1
    -1
      lang/lua-xavante/Makefile
  4. +1
    -1
      lang/luaexpat/Makefile

+ 1
- 1
lang/lua-rings/Makefile View File

@ -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


+ 1
- 1
lang/lua-wsapi/Makefile View File

@ -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


+ 1
- 1
lang/lua-xavante/Makefile View File

@ -28,7 +28,7 @@ define Package/lua-xavante
SECTION:=lang
CATEGORY:=Languages
TITLE:=Xavante Web Server
URL:=http://www.keplerproject.org/xavante
URL:=http://keplerproject.github.io/xavante/
DEPENDS:= +lua
endef


+ 1
- 1
lang/luaexpat/Makefile View File

@ -22,7 +22,7 @@ define Package/luaexpat
SECTION:=lang
CATEGORY:=Languages
TITLE:=LuaExpat
URL:=http://www.keplerproject.org/luaexpat/
URL:=http://matthewwild.co.uk/projects/luaexpat/
MAINTAINER:=W. Michael Petullo <mike@flyn.org>
DEPENDS:=+lua +libexpat
endef


Loading…
Cancel
Save