Browse Source
Merge pull request #13780 from bobafetthotmail/patch-2
gunicorn: move to webserver category in menuconfig
lilik-openwrt-22.03
Rosen Penev
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
3 deletions
-
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 |
|
|
|