gunicorn: move to webserver category in menuconfig 13780/head
authorAlberto Bursi <bobafetthotmail@gmail.com>
Mon, 26 Oct 2020 20:37:58 +0000 (21:37 +0100)
committerGitHub <noreply@github.com>
Mon, 26 Oct 2020 20:37:58 +0000 (21:37 +0100)
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>
lang/python/gunicorn/Makefile

index 37a3fe9925d783a46bd9a9c5344a496d308be6a7..35927a79afab63874fee12b2ba14b8c61532daa7 100644 (file)
@@ -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