rust-cbindgen: remove myself from maintainers
I no longer have time for the project I needed this for.
This commit is contained in:
parent
faefa9212c
commit
cf40af6c33
1 changed files with 1 additions and 1 deletions
|
@ -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; [ jtojnar ];
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue