Adding me as a maintainer for octave.

svn path=/nixpkgs/trunk/; revision=33757
This commit is contained in:
Lluís Batlle i Rossell 2012-04-12 10:00:18 +00:00
parent 49b28405d8
commit 700bedb833

View file

@ -24,4 +24,11 @@ stdenv.mkDerivation rec {
postInstall = ''
cp test/fntests.log $out/share/octave/${name}-fntests.log
'';
meta = {
homepage = http://octave.org/;
license = "GPLv3+";
maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; linux;
};
}