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>
This commit is contained in:
parent
2da8c48c39
commit
32b6a0aee2
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue