Merge pull request #1998 from AndersonTorres/master

Maintainer and license modifications for some packages
This commit is contained in:
Peter Simons
2014-03-22 09:01:07 +01:00
5 changed files with 13 additions and 4 deletions

View File

@@ -31,7 +31,8 @@ stdenv.mkDerivation rec {
8086tiny is based on an IOCCC 2013 winning entry. In fact that is the "unobfuscated" version :)
'';
homepage = http://www.megalith.co.uk/8086tiny/index.html;
license = "MIT";
license = stdenv.lib.licenses.mit;
maintainers = [ maintainers.AndersonTorres ];
platforms = stdenv.lib.platforms.linux;
};
}

View File

@@ -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;
};
}