about summary refs log tree commit diff
path: root/pkgs/applications/misc/veracrypt
diff options
context:
space:
mode:
authorbrachiel <brachiel@users.noreply.github.com>2017-12-29 09:20:53 +0100
committerGitHub <noreply@github.com>2017-12-29 09:20:53 +0100
commit9acb07d71614f80df12a00eef025254b4d8fb4d9 (patch)
treec1fa53b57b65b5e8789ae8fa150ea43e5fc9f903 /pkgs/applications/misc/veracrypt
parent76c146c99073ad27046a0a28bb3d2881486e32bb (diff)
downloadnixlib-9acb07d71614f80df12a00eef025254b4d8fb4d9.tar
nixlib-9acb07d71614f80df12a00eef025254b4d8fb4d9.tar.gz
nixlib-9acb07d71614f80df12a00eef025254b4d8fb4d9.tar.bz2
nixlib-9acb07d71614f80df12a00eef025254b4d8fb4d9.tar.lz
nixlib-9acb07d71614f80df12a00eef025254b4d8fb4d9.tar.xz
nixlib-9acb07d71614f80df12a00eef025254b4d8fb4d9.tar.zst
nixlib-9acb07d71614f80df12a00eef025254b4d8fb4d9.zip
veracrypt: refactor
Previous Veracrypt hoster was CodePlex which will be shut down and was set to read only on 27th of November. See the announcement (https://blogs.msdn.microsoft.com/bharry/2017/03/31/shutting-down-codeplex/) . Verycrypt's homepage has since moved to https://www.veracrypt.fr which is owned by IDRIX (https://www.afnic.fr/fr/produits-et-services/services/whois/)
Diffstat (limited to 'pkgs/applications/misc/veracrypt')
-rw-r--r--pkgs/applications/misc/veracrypt/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/veracrypt/default.nix b/pkgs/applications/misc/veracrypt/default.nix
index 86924d9b3ca9..201e2bcc6ac0 100644
--- a/pkgs/applications/misc/veracrypt/default.nix
+++ b/pkgs/applications/misc/veracrypt/default.nix
@@ -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;