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:06 UTC

[incubator-mxnet] branch nswamy-patch-1-1 created (now 1a294eb)

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

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


      at 1a294eb  Update CODEOWNERS

This branch includes the following new commits:

     new 1a294eb  Update CODEOWNERS

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-mxnet] 01/01: Update CODEOWNERS

Posted by ns...@apache.org.
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