mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 04:46:43 +00:00
wizer: add amesgen as maintainer
This commit is contained in:
parent
315664758c
commit
258d80b66c
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user