mirror of
https://github.com/web3privacy/data
synced 2024-10-15 18:16:28 +02:00
add core-team members contacts
This commit is contained in:
parent
b8bb2aaa79
commit
358ffdb8b0
2 changed files with 22 additions and 0 deletions
|
@ -118,6 +118,16 @@ properties:
|
||||||
type: object
|
type: object
|
||||||
core-team:
|
core-team:
|
||||||
type: array
|
type: array
|
||||||
|
items:
|
||||||
|
type: object
|
||||||
|
additionalProperties: false
|
||||||
|
required:
|
||||||
|
- name
|
||||||
|
properties:
|
||||||
|
name:
|
||||||
|
type: string
|
||||||
|
refs:
|
||||||
|
type: object
|
||||||
|
|
||||||
projects:
|
projects:
|
||||||
type: array
|
type: array
|
||||||
|
|
|
@ -13,9 +13,21 @@ links:
|
||||||
telegram: https://t.me/web3privacynow
|
telegram: https://t.me/web3privacynow
|
||||||
core-team:
|
core-team:
|
||||||
- name: Tree
|
- name: Tree
|
||||||
|
refs:
|
||||||
|
github: burningtree
|
||||||
|
bsky: tree.fail
|
||||||
|
email: tree@tree.fail
|
||||||
- name: Mykola
|
- name: Mykola
|
||||||
|
refs:
|
||||||
|
github: msiusko
|
||||||
|
twitter: nicksvyaznoy
|
||||||
- name: PG
|
- name: PG
|
||||||
|
refs:
|
||||||
|
github: EclecticSamurai
|
||||||
|
twitter: PG_CDG
|
||||||
- name: Coinmandeer
|
- name: Coinmandeer
|
||||||
|
refs:
|
||||||
|
github: coinmandeer
|
||||||
projects:
|
projects:
|
||||||
$load: projects
|
$load: projects
|
||||||
people:
|
people:
|
||||||
|
|
Loading…
Reference in a new issue