aboutsummaryrefslogtreecommitdiff
path: root/lang/python
diff options
context:
space:
mode:
authorAlberto Bursi <bobafetthotmail@gmail.com>2020-10-26 21:37:58 +0100
committerGitHub <noreply@github.com>2020-10-26 21:37:58 +0100
commit32b6a0aee277f3659b01037dbd7770f212fff86e (patch)
tree2d595617e6b80a4295a0e8c297f24d0de86f23c9 /lang/python
parent2da8c48c39564c9fd7e88400213cb23bac5074e1 (diff)
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 <bobafetthotmail@gmail.com>
Diffstat (limited to 'lang/python')
-rw-r--r--lang/python/gunicorn/Makefile6
1 files 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