From 29e607d0412c8bf56271ad2d3fc2e8e1f59d8d29 Mon Sep 17 00:00:00 2001 From: Andreas Rammhold Date: Sun, 6 Dec 2020 21:23:25 +0100 Subject: rust-cbindgen: drop my maintainership I only picked this up as a result of caring for Firefox. I am not interested in this anymore. --- 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 dc04f4cb1123..0b557af42585 100644 --- a/pkgs/development/tools/rust/cbindgen/default.nix +++ b/pkgs/development/tools/rust/cbindgen/default.nix @@ -24,6 +24,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; [ jtojnar andir ]; + maintainers = with maintainers; [ jtojnar ]; }; } -- cgit v1.2.3