Commit f59ca237 authored by Anderson Torres's avatar Anderson Torres
Browse files

cargo: remove retrry from meta.maintainers

parent b86e23f8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -69,7 +69,7 @@ rustPlatform.buildRustPackage {
  meta = with lib; {
    homepage = "https://crates.io";
    description = "Downloads your Rust project's dependencies and builds your project";
    maintainers = with maintainers; [ retrry ] ++ teams.rust.members;
    maintainers = teams.rust.members;
    license = [ licenses.mit licenses.asl20 ];
    platforms = platforms.unix;
  };