swarm: Changed owners.

This commit is contained in:
Javier Peletier 2018-10-01 18:36:05 +02:00
parent b6ccc06cda
commit 68b8088cb9
2 changed files with 2 additions and 2 deletions

2
.github/CODEOWNERS vendored
View File

@ -27,6 +27,6 @@ swarm/services @zelig
swarm/state @justelad
swarm/storage/encryption @gbalint @zelig @nagydani
swarm/storage/mock @janos
swarm/storage/feeds @nolash
swarm/storage/feeds @nolash @jpeletier
swarm/testutil @lmars
whisper/ @gballet @gluk256

View File

@ -22,5 +22,5 @@ swarm
├── storage ─────────────── ethersphere
│ ├── encryption ──────── @gbalint, @zelig, @nagydani
│ ├── mock ────────────── @janos
│ └── feeds ───────────── @nolash
│ └── feeds ───────────── @nolash, @jpeletier
└── testutil ────────────── @lmars