-
Notifications
You must be signed in to change notification settings - Fork 144
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Alpha sort Remove Gerrit reference Point to correct location Change CODEOWNERS to a group pointer Signed-off-by: Ry Jones <ry@linux.com>
- Loading branch information
Showing
2 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
# Fabric Chaincode Node maintainers | ||
* @davidkel @harrisob @mbwhite @zhaochy1990 @awjh-ibm | ||
* @hyperledger/fabric-chaincode-node-maintainers |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
Maintainers | ||
=========== | ||
|
||
| Name | Gerrit | GitHub | Chat | email | | ||
|---------------------------|---------------------|------------------|----------------|-------------------------------------| | ||
| Bret Harrison | bretharrison | harrisob | bretharrison | beharrison@nc.rr.com | | ||
| David Kelsey | davidkel | davidkel | davidkel | d_kelsey@uk.ibm.com | | ||
| Chaoyi Zhao | zhaochy | zhaochy1990 | zhaochy | zhaochy_2015@hotmail.com | | ||
| Matthew B White | mbwhite | mbwhite | mbwhite | whitemat@uk.ibm.com | | ||
| Andrew Hurt | awjh-ibm | awjh-ibm | awjh-ibm | andrew.hurt1@ibm.com | | ||
| Name | GitHub | Chat | email | | ||
|---------------------------|------------------|----------------|-------------------------------------| | ||
| Andrew Hurt | awjh-ibm | awjh-ibm | andrew.hurt1@ibm.com | | ||
| Bret Harrison | harrisob | bretharrison | beharrison@nc.rr.com | | ||
| Chaoyi Zhao | zhaochy1990 | zhaochy | zhaochy_2015@hotmail.com | | ||
| David Kelsey | davidkel | davidkel | d_kelsey@uk.ibm.com | | ||
| Matthew B White | mbwhite | mbwhite | whitemat@uk.ibm.com | | ||
|
||
Also: Please see the [Release Manager section](https://github.com/hyperledger/fabric/blob/master/docs/source/MAINTAINERS.rst) | ||
Also: Please see the [Release Manager section](https://github.com/hyperledger/fabric/blob/master/MAINTAINERS.md) | ||
|
||
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>. |