summary refs log tree commit diff
path: root/pkgs/tools/misc/aescrypt
diff options
context:
space:
mode:
authorJoachim Schiele <js@lastlog.de>2013-07-01 18:24:43 +0200
committerJoachim Schiele <js@lastlog.de>2013-07-01 18:24:43 +0200
commit431cd91f01322853e2b1752833b1854f9c062cbd (patch)
tree3221c7075612aa760eacd595f362006b449cc443 /pkgs/tools/misc/aescrypt
parent4d3c59f454611e3471598bf309d460d766b004aa (diff)
downloadnixpkgs-431cd91f01322853e2b1752833b1854f9c062cbd.tar
nixpkgs-431cd91f01322853e2b1752833b1854f9c062cbd.tar.gz
nixpkgs-431cd91f01322853e2b1752833b1854f9c062cbd.tar.bz2
nixpkgs-431cd91f01322853e2b1752833b1854f9c062cbd.tar.lz
nixpkgs-431cd91f01322853e2b1752833b1854f9c062cbd.tar.xz
nixpkgs-431cd91f01322853e2b1752833b1854f9c062cbd.tar.zst
nixpkgs-431cd91f01322853e2b1752833b1854f9c062cbd.zip
fixed requested changes
Diffstat (limited to 'pkgs/tools/misc/aescrypt')
-rw-r--r--pkgs/tools/misc/aescrypt/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/aescrypt/default.nix b/pkgs/tools/misc/aescrypt/default.nix
index 34987cd717e..8e2427d6139 100644
--- a/pkgs/tools/misc/aescrypt/default.nix
+++ b/pkgs/tools/misc/aescrypt/default.nix
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
   buildInputs = [];
  
   meta = {
-    description = "AES Crypt is a file encryption software available on several operating systems that uses the industry standard Advanced Encryption Standard (AES) to easily and securely encrypt files.";
+    description = "A file encryption util that uses the industry standard Advanced Encryption Standard (AES) to easily and securely encrypt files";
     homepage = http://www.aescrypt.com/;
     license = "GPLv2";
     platforms = stdenv.lib.platforms.all;