From e43ee3187c63823ac64a092c1ec6fd184425baf1 Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Mon, 6 Jun 2016 10:52:41 +0000 Subject: [PATCH] net/mosquitto: update maintainer email address Signed-off-by: Karl Palsson Signed-off-by: Karl Palsson --- net/mosquitto/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/mosquitto/Makefile b/net/mosquitto/Makefile index dc0008f23..7fecd2f20 100644 --- a/net/mosquitto/Makefile +++ b/net/mosquitto/Makefile @@ -26,7 +26,7 @@ define Package/$(PKG_NAME)/default CATEGORY:=Network TITLE:=mosquitto - an MQTT message broker URL:=http://www.mosquitto.org/ - MAINTAINER:=Karl Palsson + MAINTAINER:=Karl Palsson DEPENDS:= +librt +libuuid USERID:=mosquitto=200:mosquitto=200 endef