diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-04-26 16:22:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-04-26 16:22:55 +0000 |
commit | caf1a5281f9e974ba73ceded3a782db3d0142c5f (patch) | |
tree | a09197b1fd2e984a0e8598e7007deb2a8e1969d7 /.github/CODEOWNERS | |
parent | Releasing debian version 1.14.0~rc0-1. (diff) | |
download | netdata-caf1a5281f9e974ba73ceded3a782db3d0142c5f.tar.xz netdata-caf1a5281f9e974ba73ceded3a782db3d0142c5f.zip |
Merging upstream version 1.14.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.github/CODEOWNERS')
-rw-r--r-- | .github/CODEOWNERS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index b199780da..08765d5c1 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,7 +2,7 @@ # This way we prevent modifications which will be overwriten by automation. # Global (default) code owner -* @ktsaou +* @ktsaou @cakrit # Ownership by directory structure .travis/ @paulkatsoulakis @cakrit @@ -22,6 +22,7 @@ collectors/node.d.plugin/fronius/ @ktsaou @gmosx @ccremer @cakrit collectors/node.d.plugin/snmp/ @ktsaou @gmosx @cakrit collectors/node.d.plugin/stiebeleltron/ @ktsaou @gmosx @ccremer @cakrit collectors/python.d.plugin/ @ilyam8 +collectors/cups.plugin/ @simonnagl @ktsaou @vlvkobal @cakrit daemon/ @ktsaou @mfundul @cakrit database/ @ktsaou @mfundul docs/ @cakrit |