properly fix the maintainer.matthewbauer problem

There was inconsisten usage of maintainers.matthewbauer and mbauer.
/cc @matthewbauer I chose the github identifier, as it's customary.
This commit is contained in:
Vladimír Čunát
2016-05-27 15:58:41 +02:00
parent e4832c7541
commit f94a806c4a
5 changed files with 5 additions and 5 deletions
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
homepage = "http://www.villehelin.com/wla.html";
description = "Yet Another GB-Z80/Z80/6502/65C02/6510/65816/HUC6280/SPC-700 Multi Platform Cross Assembler Package";
license = licenses.gpl2;
maintainers = with maintainers; [ mbauer ];
maintainers = with maintainers; [ matthewbauer ];
platforms = platforms.all;
};
}