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.
This commit is contained in:
Timo Kaufmann 2019-04-28 13:20:47 +02:00
parent d15be447c4
commit 31709b611f

View file

@ -108,6 +108,6 @@ stdenv.mkDerivation rec {
platforms = platforms.all;
hydraPlatforms = platforms.linux;
maintainers = [ maintainers.peti ];
maintainers = with maintainers; [ peti timokau ];
};
}