Merge pull request #224468 from Mic92/mods

remove retrry maintainer
This commit is contained in:
Jörg Thalheim 2023-04-03 12:32:24 +01:00 committed by GitHub
commit e997e33298
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 7 deletions

View File

@ -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";

View File

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