You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by an...@apache.org on 2018/06/29 06:58:42 UTC

[incubator-mxnet] branch master updated: Update CODEOWNERS (#11416)

This is an automated email from the ASF dual-hosted git repository.

anirudh2290 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new 1d9096f  Update CODEOWNERS (#11416)
1d9096f is described below

commit 1d9096fffc9360bf1a84173135adfc863c7ffff8
Author: Naveen Swamy <mn...@gmail.com>
AuthorDate: Thu Jun 28 23:58:34 2018 -0700

    Update CODEOWNERS (#11416)
---
 CODEOWNERS | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/CODEOWNERS b/CODEOWNERS
index 1ea9b56..b6647ee 100644
--- a/CODEOWNERS
+++ b/CODEOWNERS
@@ -13,12 +13,13 @@
 
 # Language bindings
 /R-package/       @thirdwing
-/scala-package/   @yzhliu
+/scala-package/   @yzhliu @nswamy
 /perl-package/    @sergeykolychev
 /python/          @szha
 
 # C++ base
 /src/kvstore/     @rahul003
+/cpp-package/ @nswamy  
 
 # CMake
 CMakeLists.txt    @szha @rahul003