wizer: add amesgen as maintainer

This commit is contained in:
amesgen 2023-02-07 21:14:48 +01:00
parent 315664758c
commit 258d80b66c
No known key found for this signature in database
GPG Key ID: 1A89EC203635A13D

View File

@ -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;
};
}