mirror of
https://github.com/web3privacy/data
synced 2024-10-15 18:16:28 +02:00
use people collection for core-team
This commit is contained in:
parent
522ab946a0
commit
694e81b417
6 changed files with 29 additions and 38 deletions
|
@ -115,6 +115,10 @@ $defs:
|
|||
type: string
|
||||
github:
|
||||
type: string
|
||||
matrix:
|
||||
type: string
|
||||
email:
|
||||
type: string
|
||||
imageUrl:
|
||||
type: string
|
||||
format: uri
|
||||
|
@ -166,19 +170,14 @@ properties:
|
|||
type: string
|
||||
links:
|
||||
type: object
|
||||
core-team:
|
||||
type: array
|
||||
items:
|
||||
type: object
|
||||
additionalProperties: false
|
||||
required:
|
||||
- name
|
||||
properties:
|
||||
name:
|
||||
teams:
|
||||
type: object
|
||||
additionalProperties: false
|
||||
properties:
|
||||
core-team:
|
||||
type: array
|
||||
items:
|
||||
type: string
|
||||
refs:
|
||||
type: object
|
||||
|
||||
projects:
|
||||
type: array
|
||||
items:
|
||||
|
|
|
@ -16,28 +16,12 @@ links:
|
|||
news: https://news.web3privacy.info
|
||||
telegram: https://t.me/web3privacynow
|
||||
cfp: https://cfp.web3privacy.info
|
||||
core-team:
|
||||
- name: Mykola
|
||||
refs:
|
||||
github: msiusko
|
||||
twitter: nicksvyaznoy
|
||||
matrix: k1983:matrix.org
|
||||
- name: Tree
|
||||
refs:
|
||||
github: burningtree
|
||||
bsky: tree.fail
|
||||
email: tree@tree.fail
|
||||
matrix: tree:gwei.cz
|
||||
- name: PG
|
||||
refs:
|
||||
github: EclecticSamurai
|
||||
twitter: PG_CDG
|
||||
matrix: pg_cdg:matrix.org
|
||||
- name: Coinmandeer
|
||||
refs:
|
||||
github: coinmandeer
|
||||
matrix: coinmandeer:matrix.org
|
||||
twitter: KeenOfCoin
|
||||
teams:
|
||||
core-team:
|
||||
- mykola-siusko
|
||||
- tree
|
||||
- pg
|
||||
- coinmandeer
|
||||
research:
|
||||
$load: research
|
||||
projects:
|
||||
|
|
|
@ -2,3 +2,4 @@ name: Coinmandeer
|
|||
refs:
|
||||
twitter: KeenOfCoin
|
||||
github: coinmandeer
|
||||
matrix: coinmandeer:matrix.org
|
||||
|
|
|
@ -3,3 +3,5 @@ caption: Web3 privacy advocate behind [Web3Privacy Now](https://web3privacy.info
|
|||
country: es
|
||||
refs:
|
||||
twitter: nicksvyaznoy
|
||||
github: msiusko
|
||||
matrix: k1983:matrix.org
|
||||
|
|
|
@ -3,3 +3,5 @@ caption: Organizing [ETHRome](https://ethrome.org) w/ [urbe.eth](https://linktr.
|
|||
country: it
|
||||
refs:
|
||||
twitter: PG_CDG
|
||||
github: EclecticSamurai
|
||||
matrix: pg_cdg:matrix.org
|
|
@ -2,4 +2,7 @@ name: Tree
|
|||
caption: Orchestrating lunarpunk events [ETHBrno](https://ethbrno.cz) & [w3ps](https://github.com/web3privacy/w3ps) w/ [gwei.cz](https://gwei.cz)
|
||||
country: cz
|
||||
refs:
|
||||
github: burningtree
|
||||
bsky: tree.fail
|
||||
email: tree@tree.fail
|
||||
matrix: tree:gwei.cz
|
Loading…
Reference in a new issue