From 6a3c46ee385cbeef4a6df5933a9248d5bc51c51b Mon Sep 17 00:00:00 2001 From: Will Cohen Date: Sat, 25 Nov 2023 09:12:25 -0500 Subject: [PATCH] emscripten: add willcohen to maintainers --- pkgs/development/compilers/emscripten/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/compilers/emscripten/default.nix b/pkgs/development/compilers/emscripten/default.nix index 39c7d58aac85..01fa67520593 100644 --- a/pkgs/development/compilers/emscripten/default.nix +++ b/pkgs/development/compilers/emscripten/default.nix @@ -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; }; }