From 258d80b66c1eed2a54bdb2a4cfd4156b7a5a9e9d Mon Sep 17 00:00:00 2001 From: amesgen Date: Tue, 7 Feb 2023 21:14:48 +0100 Subject: [PATCH] wizer: add amesgen as maintainer --- pkgs/development/tools/wizer/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/tools/wizer/default.nix b/pkgs/development/tools/wizer/default.nix index f79c96f54518..5c931770ac0a 100644 --- a/pkgs/development/tools/wizer/default.nix +++ b/pkgs/development/tools/wizer/default.nix @@ -26,7 +26,7 @@ rustPlatform.buildRustPackage rec { description = "The WebAssembly pre-initializer"; homepage = "https://github.com/bytecodealliance/wizer"; license = licenses.asl20; - maintainers = with maintainers; [ lucperkins ]; + maintainers = with maintainers; [ lucperkins amesgen ]; broken = stdenv.isx86_64 && stdenv.isDarwin; }; }