From 1e4698c776918100cac25ca150cd132b282a21c5 Mon Sep 17 00:00:00 2001 From: Alastair Pharo Date: Fri, 6 Mar 2026 18:00:13 +1100 Subject: [PATCH] binaryen: remove asppsa from maintainer list This is myself. I'm unfortunately not able to contribute to this maintenance anymore. --- pkgs/development/compilers/binaryen/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/development/compilers/binaryen/default.nix b/pkgs/development/compilers/binaryen/default.nix index 5955fea3e628..6826c2ab2d51 100644 --- a/pkgs/development/compilers/binaryen/default.nix +++ b/pkgs/development/compilers/binaryen/default.nix @@ -97,7 +97,6 @@ stdenv.mkDerivation rec { description = "Compiler infrastructure and toolchain library for WebAssembly, in C++"; platforms = lib.platforms.all; maintainers = with lib.maintainers; [ - asppsa willcohen ]; license = lib.licenses.asl20;