mirror of
https://github.com/web3privacy/data
synced 2024-10-15 18:16:28 +02:00
add email & domain
This commit is contained in:
parent
0fbde2da28
commit
200a2098bc
2 changed files with 7 additions and 0 deletions
|
@ -114,6 +114,11 @@ additionalProperties: false
|
||||||
properties:
|
properties:
|
||||||
name:
|
name:
|
||||||
type: string
|
type: string
|
||||||
|
email:
|
||||||
|
type: string
|
||||||
|
format: email
|
||||||
|
domain:
|
||||||
|
type: string
|
||||||
links:
|
links:
|
||||||
type: object
|
type: object
|
||||||
core-team:
|
core-team:
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
name: Web3Privacy Now
|
name: Web3Privacy Now
|
||||||
|
email: web3privacynow@skiff.com
|
||||||
|
domain: web3privacy.info
|
||||||
links:
|
links:
|
||||||
docs: https://docs.web3privacy.info/
|
docs: https://docs.web3privacy.info/
|
||||||
manifesto: https://docs.web3privacy.info/manifesto
|
manifesto: https://docs.web3privacy.info/manifesto
|
||||||
|
|
Loading…
Reference in a new issue