libmicrohttpd: Fixed 'TITLE'
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>
Sun, 27 Oct 2024 16:17:28 +0000 (17:17 +0100)
committerRosen Penev <rosenp@gmail.com>
Sun, 27 Oct 2024 22:51:33 +0000 (15:51 -0700)
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>
libs/libmicrohttpd/Makefile

index 6fd14efd14d41445c26f3cb45009695ef82c4b81..20d1febd2b8f85c118a6675ea06ff4e5da0a70a2 100644 (file)
@@ -28,7 +28,7 @@ include $(INCLUDE_DIR)/package.mk
 define Package/libmicrohttpd/default
   SECTION:=libs
   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/
 endef