veracrypt: correct license

Parts of it are not free software.
See https://en.wikipedia.org/wiki/VeraCrypt#License_and_source_model.
master
Robert Schütz 2021-04-18 11:44:43 +02:00
parent 744f5ff79a
commit 64852c57cc
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Free Open-Source filesystem on-the-fly encryption";
homepage = "https://www.veracrypt.fr/";
license = [ licenses.asl20 /* or */ "TrueCrypt License version 3.0" ];
license = with licenses; [ asl20 /* and */ unfree /* TrueCrypt License version 3.0 */ ];
maintainers = with maintainers; [ dsferruzza ];
platforms = platforms.linux;
};