Updated some meta information for the emulators I've tried recently. They all seem to work fine :-)

svn path=/nixpkgs/trunk/; revision=27905
This commit is contained in:
Sander van der Burg
2011-07-22 19:25:31 +00:00
parent 6ac699ba97
commit f635aceb5b
6 changed files with 29 additions and 2 deletions
@@ -20,4 +20,11 @@ stdenv.mkDerivation {
buildPhase = "make all";
installPhase = "PREFIX=$out make install";
meta = {
description = "A Nintendo 64 Emulator";
license = "GPLv2+";
homepage = http://code.google.com/p/mupen64plus;
maintainers = [ stdenv.lib.maintainers.sander ];
};
}