You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by ib...@apache.org on 2019/01/14 12:50:42 UTC

[incubator-mxnet] 01/01: Add CODEOWNERS for Julia package

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

iblis pushed a commit to branch ib/julia-codeowner
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git

commit 5150956e86a82e0d512917f514b9d7364d3e8b28
Author: Iblis Lin <ib...@hs.ntnu.edu.tw>
AuthorDate: Mon Jan 14 20:50:13 2019 +0800

    Add CODEOWNERS for Julia package
---
 CODEOWNERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CODEOWNERS b/CODEOWNERS
index 8b48257..a9655ec 100644
--- a/CODEOWNERS
+++ b/CODEOWNERS
@@ -20,6 +20,7 @@
 /python/mxnet/optimizer/          @eric-haibin-lin
 /python/mxnet/gluon/trainer.py    @eric-haibin-lin
 /contrib/clojure-package/         @gigasquid
+/julia/                           @iblis17
 
 # C++ base
 /src/kvstore/     @rahul003 @anirudh2290