rust-cbindgen: add andir (myself) as maintainer

This commit is contained in:
Andreas Rammhold 2019-02-28 20:42:44 +01:00
parent f10d6564ea
commit b6fff67587
No known key found for this signature in database
GPG Key ID: E432E410B5E48C86

View File

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