Browse Source

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>
lilik-openwrt-22.03
Alberto Bursi 4 years ago
committed by GitHub
parent
commit
32b6a0aee2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      lang/python/gunicorn/Makefile

+ 3
- 3
lang/python/gunicorn/Makefile View 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


Loading…
Cancel
Save