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:
parent
744f5ff79a
commit
64852c57cc
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue