rust-cbindgen: adopt

Primary consumer of this package is firefox and spidermonkey, which I
already invest a lot of time in anyway.
This commit is contained in:
Martin Weinelt
2022-04-22 01:05:20 +02:00
parent 2165db62ee
commit b875cb2560
@@ -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 ];
};
}