summary refs log tree commit diff
path: root/pkgs/tools
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/tools
parentbd988d052b1b3f354a54b74890b9ab8a7171779b (diff)
Updating freeimage, and setting me as maintainer on some packages.
svn path=/nixpkgs/trunk/; revision=17584
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/system/tm/default.nix11
-rw-r--r--pkgs/tools/system/ts/default.nix11
-rw-r--r--pkgs/tools/text/multitran/mtutils/default.nix2
3 files changed, 16 insertions, 8 deletions
diff --git a/pkgs/tools/system/tm/default.nix b/pkgs/tools/system/tm/default.nix
index 2c854a929d513..2e0c2611cd2c2 100644
--- a/pkgs/tools/system/tm/default.nix
+++ b/pkgs/tools/system/tm/default.nix
@@ -13,9 +13,12 @@ stdenv.mkDerivation {
     sha256 = "3b389bc03b6964ad5ffa57a344b891fdbcf7c9b2604adda723a863f83657c4a0";
   };
 
-  meta = { homepage = "http://vicerveza.homeunix.net/~viric/soft/tm";
-           description = "terminal mixer - multiplexer for the i/o of terminal applications";
-           license="GPLv2";
-         };
+  meta = {
+    homepage = "http://vicerveza.homeunix.net/~viric/soft/tm";
+    description = "terminal mixer - multiplexer for the i/o of terminal applications";
+    license="GPLv2";
+    maintainers = with stdenv.lib.maintainers; [viric];
+    platforms = with stdenv.lib.platforms; linux;
+  };
 
 }
diff --git a/pkgs/tools/system/ts/default.nix b/pkgs/tools/system/ts/default.nix
index 185c621f7dd54..5e0a770e80da0 100644
--- a/pkgs/tools/system/ts/default.nix
+++ b/pkgs/tools/system/ts/default.nix
@@ -11,8 +11,11 @@ stdenv.mkDerivation {
     sha256 = "caf3e912c150dacc4a182e919ed3eabc1294c5e4e1de333e85d06eea2c0136e3";
   };
 
-  meta = { homepage = "http://vicerveza.homeunix.net/~viric/soft/ts";
-           description = "task spooler - batch queue";
-           license="GPLv2";
-         };
+  meta = {
+    homepage = "http://vicerveza.homeunix.net/~viric/soft/ts";
+    description = "task spooler - batch queue";
+    license="GPLv2";
+    maintainers = with stdenv.lib.maintainers; [viric];
+    platforms = with stdenv.lib.platforms; linux;
+  };
 }
diff --git a/pkgs/tools/text/multitran/mtutils/default.nix b/pkgs/tools/text/multitran/mtutils/default.nix
index ea957cebb3368..fb3856176d96d 100644
--- a/pkgs/tools/text/multitran/mtutils/default.nix
+++ b/pkgs/tools/text/multitran/mtutils/default.nix
@@ -26,5 +26,7 @@ stdenv.mkDerivation {
     homepage = http://multitran.sourceforge.net/;
     description = "Multitran: simple command line utilities for dictionary maintainance";
     license = "GPLv2";
+    maintainers = with stdenv.lib.maintainers; [viric];
+    platforms = with stdenv.lib.platforms; linux;
   };
 }