Merge pull request #8731 from neheb/lzmq

lzmq: Fix homepage URL
This commit is contained in:
Rosen Penev
2019-04-21 13:27:08 -07:00
committed by GitHub
+1 -1
View File
@@ -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