From b875cb256012efa0f944a8fa50bf340bb8043783 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Fri, 22 Apr 2022 01:03:59 +0200 Subject: [PATCH] rust-cbindgen: adopt Primary consumer of this package is firefox and spidermonkey, which I already invest a lot of time in anyway. --- pkgs/development/tools/rust/cbindgen/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/tools/rust/cbindgen/default.nix b/pkgs/development/tools/rust/cbindgen/default.nix index cab32c04a722..347534329b1b 100644 --- a/pkgs/development/tools/rust/cbindgen/default.nix +++ b/pkgs/development/tools/rust/cbindgen/default.nix @@ -33,6 +33,6 @@ rustPlatform.buildRustPackage rec { description = "A project for generating C bindings from Rust code"; homepage = "https://github.com/eqrion/cbindgen"; license = licenses.mpl20; - maintainers = with maintainers; [ ]; + maintainers = with maintainers; [ hexa ]; }; }