Merge pull request #33163 from brachiel/patch-2

veracrypt: refactor
This commit is contained in:
adisbladis
2017-12-29 18:16:24 +08:00
committed by GitHub

View File

@@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Free Open-Source filesystem on-the-fly encryption";
homepage = https://veracrypt.codeplex.com/;
homepage = https://www.veracrypt.fr/;
license = "VeraCrypt License";
maintainers = with maintainers; [ dsferruzza ];
platforms = platforms.linux;