From: Stijn Tintel Date: Wed, 2 Nov 2022 13:00:51 +0000 (+0200) Subject: announce: trim trailing spaces X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=d6b78a0a2bab396c070bc8809c610c4fb25d6fc0;p=openwrt-packages.git announce: trim trailing spaces Found with modified Kconfiglib. Signed-off-by: Stijn Tintel --- diff --git a/net/announce/Makefile b/net/announce/Makefile index bcada0921..68d994119 100644 --- a/net/announce/Makefile +++ b/net/announce/Makefile @@ -30,9 +30,9 @@ define Package/announce SECTION:=net CATEGORY:=Network SUBMENU:=IP Addresses and Names - TITLE:=Announce services on the network with Zeroconf/Bonjour + TITLE:=Announce services on the network with Zeroconf/Bonjour URL:=https://github.com/probonopd/announce - DEPENDS:= +libpthread + DEPENDS:= +libpthread endef define Package/announce/description