rust-cbindgen: drop my maintainership

I only picked this up as a result of caring for Firefox. I am not
interested in this anymore.
This commit is contained in:
Andreas Rammhold 2020-12-06 21:23:25 +01:00
parent 7560a94bd1
commit 29e607d041

View File

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