binaryen: add willcohen to maintainers

This commit is contained in:
Will Cohen 2024-07-12 15:00:04 -04:00
parent 997332b081
commit 80223abbc8

View File

@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/WebAssembly/binaryen"; homepage = "https://github.com/WebAssembly/binaryen";
description = "Compiler infrastructure and toolchain library for WebAssembly, in C++"; description = "Compiler infrastructure and toolchain library for WebAssembly, in C++";
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ asppsa ]; maintainers = with maintainers; [ asppsa willcohen ];
license = licenses.asl20; license = licenses.asl20;
}; };