From: Evgeny Grin (Karlson2k) Date: Sun, 27 Oct 2024 16:17:28 +0000 (+0100) Subject: libmicrohttpd: Fixed 'TITLE' X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=c60190ae673400dcf91a97b022afa5a25d9666c7;p=openwrt-packages.git 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) --- diff --git a/libs/libmicrohttpd/Makefile b/libs/libmicrohttpd/Makefile index 6fd14efd1..20d1febd2 100644 --- a/libs/libmicrohttpd/Makefile +++ b/libs/libmicrohttpd/Makefile @@ -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