diff options
author | B. Watson <yalhcru@gmail.com> | 2022-02-12 15:09:45 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-13 09:17:53 +0700 |
commit | fd1c2ba87ff095b62e2f9f6669378948ae1a7ec2 (patch) | |
tree | 7b5b1346ce0e06fc3b589c24ea2aef4ef039f5c0 /system/ccrypt/README | |
parent | c52f07dfe314ab7c90437999ce92123816b7eeaa (diff) |
system/ccrypt: Fix download URL.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/ccrypt/README')
-rw-r--r-- | system/ccrypt/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/ccrypt/README b/system/ccrypt/README index 7ecb35a9895a9..9efde9a5ec47a 100644 --- a/system/ccrypt/README +++ b/system/ccrypt/README @@ -1,5 +1,5 @@ -ccrypt is a utility for encrypting and decrypting files and streams. It was -designed as a replacement for the standard unix crypt utility. ccrypt is -based on the Rijndael cipher (aka AES). +ccrypt is a utility for encrypting and decrypting files and +streams. It was designed as a replacement for the standard unix crypt +utility. ccrypt is based on the Rijndael cipher (aka AES). Please see man page for details. |