Stating me as maintainer of packages I maintain.

svn path=/nixpkgs/trunk/; revision=17583
This commit is contained in:
Lluís Batlle i Rossell
2009-10-01 20:18:17 +00:00
parent 62aad312ad
commit bd988d052b
4 changed files with 17 additions and 3 deletions
@@ -12,5 +12,7 @@ stdenv.mkDerivation {
description = "Open source libraries for 3D computer graphics, image processing and visualization";
homepage = http://www.vtk.org/;
license = "BSD";
maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; linux;
};
}