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