mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-15 12:36:48 +00:00
swarm: Changed owners.
This commit is contained in:
parent
b6ccc06cda
commit
68b8088cb9
2 changed files with 2 additions and 2 deletions
2
.github/CODEOWNERS
vendored
2
.github/CODEOWNERS
vendored
|
|
@ -27,6 +27,6 @@ swarm/services @zelig
|
||||||
swarm/state @justelad
|
swarm/state @justelad
|
||||||
swarm/storage/encryption @gbalint @zelig @nagydani
|
swarm/storage/encryption @gbalint @zelig @nagydani
|
||||||
swarm/storage/mock @janos
|
swarm/storage/mock @janos
|
||||||
swarm/storage/feeds @nolash
|
swarm/storage/feeds @nolash @jpeletier
|
||||||
swarm/testutil @lmars
|
swarm/testutil @lmars
|
||||||
whisper/ @gballet @gluk256
|
whisper/ @gballet @gluk256
|
||||||
|
|
|
||||||
|
|
@ -22,5 +22,5 @@ swarm
|
||||||
├── storage ─────────────── ethersphere
|
├── storage ─────────────── ethersphere
|
||||||
│ ├── encryption ──────── @gbalint, @zelig, @nagydani
|
│ ├── encryption ──────── @gbalint, @zelig, @nagydani
|
||||||
│ ├── mock ────────────── @janos
|
│ ├── mock ────────────── @janos
|
||||||
│ └── feeds ───────────── @nolash
|
│ └── feeds ───────────── @nolash, @jpeletier
|
||||||
└── testutil ────────────── @lmars
|
└── testutil ────────────── @lmars
|
||||||
Loading…
Reference in a new issue