emscripten: add willcohen to maintainers
This commit is contained in:
parent
c8137317aa
commit
6a3c46ee38
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ stdenv.mkDerivation rec {
|
|||
homepage = "https://github.com/emscripten-core/emscripten";
|
||||
description = "An LLVM-to-JavaScript Compiler";
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ qknight matthewbauer raitobezarius ];
|
||||
maintainers = with maintainers; [ qknight matthewbauer raitobezarius willcohen ];
|
||||
license = licenses.ncsa;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue