about summary refs log tree commit diff
path: root/pkgs/development/compilers/wla-dx
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2016-05-27 15:44:29 +0200
committerVladimír Čunát <vcunat@gmail.com>2016-05-27 15:58:41 +0200
commitf94a806c4a91af4ef403b8202129eabfa47cba46 (patch)
tree6965eb22dc71fe83d9d7fd0b80508db8e823cc0d /pkgs/development/compilers/wla-dx
parente4832c754114c5660909546ac749475bf63ff06e (diff)
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.
Diffstat (limited to 'pkgs/development/compilers/wla-dx')
-rw-r--r--pkgs/development/compilers/wla-dx/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/wla-dx/default.nix b/pkgs/development/compilers/wla-dx/default.nix
index 535868bee3bab..f01d93cafd6cf 100644
--- a/pkgs/development/compilers/wla-dx/default.nix
+++ b/pkgs/development/compilers/wla-dx/default.nix
@@ -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;
   };
 }