veracrypt: correct license

Parts of it are not free software.
See https://en.wikipedia.org/wiki/VeraCrypt#License_and_source_model.
This commit is contained in:
Robert Schütz 2021-04-18 11:44:43 +02:00
parent 744f5ff79a
commit 64852c57cc

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;
};