rstudio: remove ehmry from maintainers

This commit is contained in:
Emery Hemingway 2021-09-24 12:17:20 +02:00
parent ca6fa9b19a
commit e36f885a09

View file

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