Browse Source
lzmq: Fix homepage URL
Signed-off-by: Rosen Penev <rosenp@gmail.com>
lilik-openwrt-22.03
Rosen Penev
6 years ago
No known key found for this signature in database
GPG Key ID: 36D31CFA845F0E3B
1 changed files with
1 additions and
1 deletions
-
lang/lzmq/Makefile
|
|
@ -25,7 +25,7 @@ define Package/lzmq |
|
|
|
SECTION:=lang |
|
|
|
CATEGORY:=Languages |
|
|
|
TITLE:=Lua ZeroMQ binding |
|
|
|
URL:=https://github.com/moteus/lzmq/ |
|
|
|
URL:=https://github.com/zeromq/lzmq |
|
|
|
DEPENDS:= +lua +libzmq |
|
|
|
endef |
|
|
|
|
|
|
|