Merge pull request #60368 from timokau/r-maintainer

R: add timokau as a maintainer
This commit is contained in:
Peter Simons 2019-04-28 13:24:41 +02:00 committed by GitHub
commit 9dd1bbc9f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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