From f59ca237efa09d492e2eca1a206c758f0099e870 Mon Sep 17 00:00:00 2001 From: Anderson Torres Date: Sun, 2 Apr 2023 21:24:55 -0300 Subject: [PATCH 1/2] cargo: remove retrry from meta.maintainers --- pkgs/development/compilers/rust/cargo.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/compilers/rust/cargo.nix b/pkgs/development/compilers/rust/cargo.nix index 481b4195891c..a98608b001c0 100644 --- a/pkgs/development/compilers/rust/cargo.nix +++ b/pkgs/development/compilers/rust/cargo.nix @@ -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; }; From 83c023b45351198f56ed85eb653c6b3daf6604d4 Mon Sep 17 00:00:00 2001 From: Anderson Torres Date: Sun, 2 Apr 2023 20:47:32 -0300 Subject: [PATCH 2/2] maintainers: remove retrry This github account no longer exists. --- maintainers/maintainer-list.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index e30f5027f30c..072f8c95194d 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -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";