fixed requested changes

This commit is contained in:
Joachim Schiele 2013-07-01 18:24:43 +02:00
parent 4d3c59f454
commit 431cd91f01

View File

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
buildInputs = []; buildInputs = [];
meta = { 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/; homepage = http://www.aescrypt.com/;
license = "GPLv2"; license = "GPLv2";
platforms = stdenv.lib.platforms.all; platforms = stdenv.lib.platforms.all;