summaryrefslogtreecommitdiffstats
path: root/pkgs/development/compilers/emscripten
diff options
context:
space:
mode:
authorWill Cohen <willcohen@users.noreply.github.com>2023-11-25 09:12:25 -0500
committerWill Cohen <willcohen@users.noreply.github.com>2023-12-11 10:54:31 -0500
commit6a3c46ee385cbeef4a6df5933a9248d5bc51c51b (patch)
treeb06681cd1563a0732504ea47904e2b24dffaf5e0 /pkgs/development/compilers/emscripten
parentc8137317aa204ccef28ee0f78cabaefcc1fdbace (diff)
emscripten: add willcohen to maintainers
Diffstat (limited to 'pkgs/development/compilers/emscripten')
-rw-r--r--pkgs/development/compilers/emscripten/default.nix2
1 files changed, 1 insertions, 1 deletions
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;
};
}