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

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