From 31709b611f9b7af9a08881b64e13b9c65bf04312 Mon Sep 17 00:00:00 2001 From: Timo Kaufmann Date: Sun, 28 Apr 2019 13:20:47 +0200 Subject: [PATCH] R: add timokau as a maintainer I'm interested in R as a dependency for sage. R changes are likely to impact sage, so I'd like to get notified on those changes. --- pkgs/applications/science/math/R/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/science/math/R/default.nix b/pkgs/applications/science/math/R/default.nix index 7c32641e9c30..4111677ce455 100644 --- a/pkgs/applications/science/math/R/default.nix +++ b/pkgs/applications/science/math/R/default.nix @@ -108,6 +108,6 @@ stdenv.mkDerivation rec { platforms = platforms.all; hydraPlatforms = platforms.linux; - maintainers = [ maintainers.peti ]; + maintainers = with maintainers; [ peti timokau ]; }; }