summary refs log tree commit diff
path: root/pkgs/applications
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
parentbd988d052b1b3f354a54b74890b9ab8a7171779b (diff)
downloadnixlib-c66b4ee26d7da34bbc636197c32d2e377716b4ec.tar
nixlib-c66b4ee26d7da34bbc636197c32d2e377716b4ec.tar.gz
nixlib-c66b4ee26d7da34bbc636197c32d2e377716b4ec.tar.bz2
nixlib-c66b4ee26d7da34bbc636197c32d2e377716b4ec.tar.lz
nixlib-c66b4ee26d7da34bbc636197c32d2e377716b4ec.tar.xz
nixlib-c66b4ee26d7da34bbc636197c32d2e377716b4ec.tar.zst
nixlib-c66b4ee26d7da34bbc636197c32d2e377716b4ec.zip
Updating freeimage, and setting me as maintainer on some packages.
svn path=/nixpkgs/trunk/; revision=17584
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/misc/eaglemode/default.nix11
-rw-r--r--pkgs/applications/misc/truecrypt/default.nix2
2 files changed, 9 insertions, 4 deletions
diff --git a/pkgs/applications/misc/eaglemode/default.nix b/pkgs/applications/misc/eaglemode/default.nix
index d572426767e8..57cb21904f48 100644
--- a/pkgs/applications/misc/eaglemode/default.nix
+++ b/pkgs/applications/misc/eaglemode/default.nix
@@ -20,8 +20,11 @@ stdenv.mkDerivation {
     ln -s $out/eaglemode.sh $out/bin/eaglemode.sh
   '';
  
-  meta = { homepage = "http://eaglemode.sourceforge.net";
-           description = "Zoomable User Interface";
-           license="GPLv3";
-         };
+  meta = {
+    homepage = "http://eaglemode.sourceforge.net";
+    description = "Zoomable User Interface";
+    license="GPLv3";
+    maintainersv = with stdenv.lib.maintainers; [viric];
+    platforms = with stdenv.lib.platforms; linux;
+  };
 }
diff --git a/pkgs/applications/misc/truecrypt/default.nix b/pkgs/applications/misc/truecrypt/default.nix
index 1cd7eb2c237c..572b096e03a5 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;
   };
 }