ccrypt: move to Encryption submenu

Part of a wider housekeeping effort on the packages repository.

Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
This commit is contained in:
Alberto Bursi 2016-10-23 23:14:18 +02:00 committed by GitHub
parent dbfaf0db07
commit dc88e921cc
1 changed files with 1 additions and 0 deletions

View File

@ -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