Adding info about maintainer (myself - AndersonTorres) and modifying the meta.license field for some packages I have made.

This commit is contained in:
AndersonTorres
2014-03-22 01:12:48 -03:00
parent 3c8f5c2471
commit f7498e5a7e
5 changed files with 13 additions and 4 deletions
@@ -56,7 +56,8 @@ stdenv.mkDerivation rec {
Bochs is an open-source (LGPL), highly portable IA-32 PC emulator, written in C++, that runs on most popular platforms. It includes emulation of the Intel x86 CPU, common I/O devices, and a custom BIOS.
'';
homepage = http://bochs.sourceforge.net/;
license = "LGPL";
license = stdenv.lib.licenses.lgpl2Plus;
maintainers = [ maintainers.AndersonTorres ];
platforms = stdenv.lib.platforms.linux;
};
}