From b6fff67587ec091031c8917aae93f2e9dc373577 Mon Sep 17 00:00:00 2001 From: Andreas Rammhold Date: Thu, 28 Feb 2019 20:42:44 +0100 Subject: [PATCH] rust-cbindgen: add andir (myself) as maintainer --- 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 403069d63b7b..20105f362cf0 100644 --- a/pkgs/development/tools/rust/cbindgen/default.nix +++ b/pkgs/development/tools/rust/cbindgen/default.nix @@ -19,6 +19,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 ]; + maintainers = with maintainers; [ jtojnar andir ]; }; }