Unverified Commit e997e332 authored by Jörg Thalheim's avatar Jörg Thalheim Committed by GitHub
Browse files

Merge pull request #224468 from Mic92/mods

remove retrry maintainer
parents d59c8520 83c023b4
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -12771,12 +12771,6 @@
    githubId = 3302;
    name = "Renzo Carbonara";
  };
  retrry = {
    email = "retrry@gmail.com";
    github = "retrry";
    githubId = 500703;
    name = "Tadas Barzdžius";
  };
  revol-xut = {
    email = "revol-xut@protonmail.com";
    name = "Tassilo Tanneberger";
+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;
  };