mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
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:
committed by
Rosen Penev
parent
3c80289168
commit
c60190ae67
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user