Updating freeimage, and setting me as maintainer on some packages.

svn path=/nixpkgs/trunk/; revision=17584
This commit is contained in:
Lluís Batlle i Rossell
2009-10-02 07:39:03 +00:00
parent bd988d052b
commit c66b4ee26d
6 changed files with 30 additions and 15 deletions

View File

@@ -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;
};
}