Merge pull request #119781 from dotlambda/veracrypt-unfree

veracrypt: correct license
This commit is contained in:
Sandro 2021-04-18 19:32:50 +02:00 committed by GitHub
commit 6f7eb7db1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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