From 80223abbc886660d412e3dec421edb28e1142de4 Mon Sep 17 00:00:00 2001 From: Will Cohen Date: Fri, 12 Jul 2024 15:00:04 -0400 Subject: [PATCH] binaryen: add willcohen to maintainers --- pkgs/development/compilers/binaryen/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/compilers/binaryen/default.nix b/pkgs/development/compilers/binaryen/default.nix index 8542fd52d04f..43d1ba2054a0 100644 --- a/pkgs/development/compilers/binaryen/default.nix +++ b/pkgs/development/compilers/binaryen/default.nix @@ -43,7 +43,7 @@ stdenv.mkDerivation rec { homepage = "https://github.com/WebAssembly/binaryen"; description = "Compiler infrastructure and toolchain library for WebAssembly, in C++"; platforms = platforms.all; - maintainers = with maintainers; [ asppsa ]; + maintainers = with maintainers; [ asppsa willcohen ]; license = licenses.asl20; };