diff options
Diffstat (limited to 'lang/python')
-rw-r--r-- | lang/python/gunicorn/Makefile | 6 |
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 |