From 81fa0babbacd5070166e882af40772d33eab5cbe Mon Sep 17 00:00:00 2001 From: Changlin Li Date: Thu, 7 Oct 2021 04:40:05 -0400 Subject: [PATCH] Remove changlinli from rstudio maintainers list I don't have the bandwidth to maintain the rstudio package --- pkgs/applications/editors/rstudio/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/editors/rstudio/default.nix b/pkgs/applications/editors/rstudio/default.nix index da7047b90254..56c33621390f 100644 --- a/pkgs/applications/editors/rstudio/default.nix +++ b/pkgs/applications/editors/rstudio/default.nix @@ -135,7 +135,7 @@ mkDerivation rec { { description = "Set of integrated tools for the R language"; homepage = "https://www.rstudio.com/"; license = licenses.agpl3; - maintainers = with maintainers; [ changlinli ciil ]; + maintainers = with maintainers; [ ciil ]; platforms = platforms.linux; }; }