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:44:29 +02:00
parent e4832c7541
commit f94a806c4a
5 changed files with 5 additions and 5 deletions

View File

@@ -40,7 +40,7 @@ stdenv.mkDerivation {
homepage = https://github.com/kripken/emscripten;
description = "An LLVM-to-JavaScript Compiler";
platforms = platforms.all;
maintainers = with maintainers; [ qknight /*matthewbauer (undefined) */ ];
maintainers = with maintainers; [ qknight matthewbauer ];
license = licenses.ncsa;
};
}