You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by ns...@apache.org on 2018/06/27 04:38:07 UTC

[incubator-mxnet] 01/01: Update CODEOWNERS

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

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

commit 1a294eb73a0a9e918a8f2037bbfb314ba1aa1974
Author: Naveen Swamy <mn...@gmail.com>
AuthorDate: Tue Jun 26 21:37:59 2018 -0700

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

diff --git a/CODEOWNERS b/CODEOWNERS
index 1ea9b56..08a07b9 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