lede-packages-rs

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

commit e43ee3187c63823ac64a092c1ec6fd184425baf1
parent 7f7843473fc843ecd8faa167e7b9cfac4ce44165
Author: Karl Palsson <karlp@etactica.com>
Date:   Mon,  6 Jun 2016 10:52:41 +0000

net/mosquitto: update maintainer email address

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

Diffstat:
Mnet/mosquitto/Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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 <karlp@remake.is> + MAINTAINER:=Karl Palsson <karlp@etactica.com> DEPENDS:= +librt +libuuid USERID:=mosquitto=200:mosquitto=200 endef