commit dc88e921cc1fe9bce1b9398cdbd8bf76bef106c3
parent dbfaf0db078a83f81cd88382271fa74d2ad11551
Author: Alberto Bursi <starshipeleven@outlook.com>
Date: Sun, 23 Oct 2016 23:14:18 +0200
ccrypt: move to Encryption submenu
Part of a wider housekeeping effort on the packages repository.
Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/utils/ccrypt/Makefile b/utils/ccrypt/Makefile
@@ -24,6 +24,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/ccrypt
SECTION:=utils
CATEGORY:=Utilities
+ SUBMENU:=Encryption
TITLE:=ccrypt is a utility for encrypting and decrypting files and streams
URL:=http://ccrypt.sourceforge.net/
endef