Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions MAINTAINERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ Maintainers
===========


| Name | GitHub | Chat | email |
|---------------------------|------------------|---------------|---------------------------|
| Artem Barger | c0rwin | c0rwin | bartem@il.ibm.com |
| James Taylor | jt-nti | jtonline | jamest@uk.ibm.com |
| Matthew B White | mbwhite | mbwhite | whitemat@uk.ibm.com |

| Name | GitHub | Chat | email |
|---------------------------|------------------|-----------------|---------------------------|
| Artem Barger | c0rwin | c0rwin | bartem@il.ibm.com |
| Matthew B White | mbwhite | mbwhite | whitemat@uk.ibm.com |
| Mark Lewis | bestbeforetoday | bestbeforetoday | mark_lewis@uk.ibm.com |

Retired Maintainers
===================

| Name | GitHub | Chat | email |
|---------------------------|------------------|---------------|---------------------------|
| James Taylor | jt-nti | jtonline | jamest@uk.ibm.com |
| Gari Singh | mastersingh24 | mastersingh24 | gari.r.singh@gmail.com |
| Gennady Laventman | gennadylaventman | gennadyl | gennady@il.ibm.com |
| Jim Zhang | jimthematrix | jimthematrix | jim\_the\_matrix@hotmail.com |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ docker run --name microfab \
sleep 10

curl -sSL http://console.localho.st:8080/ak/api/v1/components > $CFG/cfg.json
weft microfab -w $CFG/_wallets -p $CFG/_gateways -m $CFG/_msp -f --config $CFG/cfg.json
npx @hyperledger-labs/weft microfab -w $CFG/_wallets -p $CFG/_gateways -m $CFG/_msp -f --config $CFG/cfg.json

# bring in the helper bash scripts
. $DIR/scripts/ccutils.sh
Expand Down