From 32b6a0aee277f3659b01037dbd7770f212fff86e Mon Sep 17 00:00:00 2001 From: Alberto Bursi Date: Mon, 26 Oct 2020 21:37:58 +0100 Subject: [PATCH] gunicorn: move to webserver category in menuconfig this is a webserver and not a python library, so it makes sense to have it in the same category other webservers also are placed in the menuconfig interface Signed-off-by: Alberto Bursi --- lang/python/gunicorn/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/python/gunicorn/Makefile b/lang/python/gunicorn/Makefile index 37a3fe992..35927a79a 100644 --- a/lang/python/gunicorn/Makefile +++ b/lang/python/gunicorn/Makefile @@ -23,9 +23,9 @@ include $(INCLUDE_DIR)/package.mk include ../python3-package.mk define Package/gunicorn/Default - SUBMENU:=Python - SECTION:=lang - CATEGORY:=Languages + SUBMENU:=Web Servers/Proxies + SECTION:=net + CATEGORY:=Network TITLE:=WSGI HTTP Server for UNIX URL:=https://gunicorn.org endef