binaryen: add willcohen to maintainers

This commit is contained in:
Will Cohen
2024-07-24 11:36:38 -04:00
parent 997332b081
commit 80223abbc8
@@ -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;
};