fixed requested changes
This commit is contained in:
parent
4d3c59f454
commit
431cd91f01
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user