summaryrefslogtreecommitdiffstats
path: root/system/ccrypt/README
diff options
context:
space:
mode:
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
commitfd1c2ba87ff095b62e2f9f6669378948ae1a7ec2 (patch)
tree7b5b1346ce0e06fc3b589c24ea2aef4ef039f5c0 /system/ccrypt/README
parentc52f07dfe314ab7c90437999ce92123816b7eeaa (diff)
downloadslackbuilds-fd1c2ba87ff095b62e2f9f6669378948ae1a7ec2.tar.gz
slackbuilds-fd1c2ba87ff095b62e2f9f6669378948ae1a7ec2.tar.xz
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/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/system/ccrypt/README b/system/ccrypt/README
index 7ecb35a989..9efde9a5ec 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.