summary refs log tree commit diff
path: root/pkgs/applications/misc/truecrypt
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2009-10-02 07:39:03 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2009-10-02 07:39:03 +0000
commitc66b4ee26d7da34bbc636197c32d2e377716b4ec (patch)
treee546a2ba2b3432e3c7731c5e593b8f464c340cdf /pkgs/applications/misc/truecrypt
parentbd988d052b1b3f354a54b74890b9ab8a7171779b (diff)
downloadnixpkgs-c66b4ee26d7da34bbc636197c32d2e377716b4ec.tar
nixpkgs-c66b4ee26d7da34bbc636197c32d2e377716b4ec.tar.gz
nixpkgs-c66b4ee26d7da34bbc636197c32d2e377716b4ec.tar.bz2
nixpkgs-c66b4ee26d7da34bbc636197c32d2e377716b4ec.tar.lz
nixpkgs-c66b4ee26d7da34bbc636197c32d2e377716b4ec.tar.xz
nixpkgs-c66b4ee26d7da34bbc636197c32d2e377716b4ec.tar.zst
nixpkgs-c66b4ee26d7da34bbc636197c32d2e377716b4ec.zip
Updating freeimage, and setting me as maintainer on some packages.
svn path=/nixpkgs/trunk/; revision=17584
Diffstat (limited to 'pkgs/applications/misc/truecrypt')
-rw-r--r--pkgs/applications/misc/truecrypt/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/misc/truecrypt/default.nix b/pkgs/applications/misc/truecrypt/default.nix
index 1cd7eb2c237..572b096e03a 100644
--- a/pkgs/applications/misc/truecrypt/default.nix
+++ b/pkgs/applications/misc/truecrypt/default.nix
@@ -73,5 +73,7 @@ stdenv.mkDerivation {
     description = "Free Open-Source filesystem on-the-fly encryption";
     homepage = http://www.truecrypt.org/;
     license = "TrueCrypt License Version 2.6";
+    maintainers = with stdenv.lib.maintainers; [viric];
+    platforms = with stdenv.lib.platforms; linux;
   };
 }