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:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user