Merge pull request #13780 from bobafetthotmail/patch-2

gunicorn: move to webserver category in menuconfig
This commit is contained in:
Rosen Penev
2020-11-01 13:41:30 -08:00
committed by GitHub
+3 -3
View File
@@ -23,9 +23,9 @@ include $(INCLUDE_DIR)/package.mk
include ../python3-package.mk include ../python3-package.mk
define Package/gunicorn/Default define Package/gunicorn/Default
SUBMENU:=Python SUBMENU:=Web Servers/Proxies
SECTION:=lang SECTION:=net
CATEGORY:=Languages CATEGORY:=Network
TITLE:=WSGI HTTP Server for UNIX TITLE:=WSGI HTTP Server for UNIX
URL:=https://gunicorn.org URL:=https://gunicorn.org
endef endef