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
+7 -4
View File
@@ -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;
};
}