libmicrohttpd: Fixed 'TITLE'

Note dropped period at the end of the string to be nicely combined with
postfix of SSL version.

Signed-off-by: Evgeny Grin (Karlson2k) <k2k@narod.ru>
This commit is contained in:
Evgeny Grin (Karlson2k)
2024-10-27 17:17:28 +01:00
committed by Rosen Penev
parent 3c80289168
commit c60190ae67

View File

@@ -28,7 +28,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/libmicrohttpd/default define Package/libmicrohttpd/default
SECTION:=libs SECTION:=libs
CATEGORY:=Libraries CATEGORY:=Libraries
TITLE:=GNU libmicrohttpd is a library that runs an HTTP server. TITLE:=GNU libmicrohttpd is a library that provides an HTTP server interface
URL:=https://www.gnu.org/software/libmicrohttpd/ URL:=https://www.gnu.org/software/libmicrohttpd/
endef endef