summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmery Hemingway <ehmry@posteo.net>2021-09-24 12:17:20 +0200
committerEmery Hemingway <ehmry@posteo.net>2021-09-24 12:17:57 +0200
commite36f885a098825a0228a7967b312873f08a6916e (patch)
treeb42e9ba191525b148792612a8fad1071e54d129b
parentca6fa9b19a9f894b3671d24d98f07e47ccdea2ad (diff)
downloadnixpkgs-e36f885a098825a0228a7967b312873f08a6916e.tar
nixpkgs-e36f885a098825a0228a7967b312873f08a6916e.tar.gz
nixpkgs-e36f885a098825a0228a7967b312873f08a6916e.tar.bz2
nixpkgs-e36f885a098825a0228a7967b312873f08a6916e.tar.lz
nixpkgs-e36f885a098825a0228a7967b312873f08a6916e.tar.xz
nixpkgs-e36f885a098825a0228a7967b312873f08a6916e.tar.zst
nixpkgs-e36f885a098825a0228a7967b312873f08a6916e.zip
rstudio: remove ehmry from maintainers
-rw-r--r--pkgs/applications/editors/rstudio/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/rstudio/default.nix b/pkgs/applications/editors/rstudio/default.nix
index 76d9c2e594b..da7047b9025 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; [ ehmry changlinli ciil ];
+      maintainers = with maintainers; [ changlinli ciil ];
       platforms = platforms.linux;
     };
 }