mono: add myself to maintainer list.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
09f0d1f661
commit
3b69f4b109
|
@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
|
||||||
homepage = http://mono-project.com/;
|
homepage = http://mono-project.com/;
|
||||||
description = "Cross platform, open source .NET development framework";
|
description = "Cross platform, open source .NET development framework";
|
||||||
platforms = with stdenv.lib.platforms; linux;
|
platforms = with stdenv.lib.platforms; linux;
|
||||||
maintainers = with stdenv.lib.maintainers; [viric];
|
maintainers = with stdenv.lib.maintainers; [ viric thoughtpolice ];
|
||||||
license = "free"; # Combination of LGPL/X11/GPL ?
|
license = "free"; # Combination of LGPL/X11/GPL ?
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue