Add myself as maintainer for emscripten, emscripten-fastcomp.
This commit is contained in:
@@ -35,11 +35,12 @@ stdenv.mkDerivation {
|
||||
make
|
||||
cp -a Release/bin $out
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/kripken/emscripten-fastcomp;
|
||||
description = "emscripten llvm";
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ qknight ];
|
||||
maintainers = with maintainers; [ qknight matthewbauer ];
|
||||
license = stdenv.lib.licenses.ncsa;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user