Add virtual as a ~team sysadmin and re-prettify members.json while I'm at it

This commit is contained in:
Robert Miles 2018-07-06 02:12:54 -04:00
parent b309b95751
commit bb3c5cf5a9
1 changed files with 48 additions and 44 deletions

View File

@ -2,17 +2,18 @@
"members": [
{
"private_channel": "#town",
"name": "tilde.town",
"sysadmins": [
[
"vilmibm",
"https://tilde.town/~vilmibm"
]
],
"link": "https://tilde.town",
"name": "tilde.town"
"link": "https://tilde.town"
},
{
"private_channel": "#team",
"name": "tilde.team",
"sysadmins": [
[
"ben",
@ -25,21 +26,24 @@
[
"cmccabe",
"https://cmccabe.tilde.team/"
],
[
"virtual",
"https://virtual.tilde.team/"
]
],
"link": "https://tilde.team",
"name": "tilde.team"
"link": "https://tilde.team"
},
{
"private_channel": "#your",
"name": "yourtilde.com",
"sysadmins": [
[
"deepend",
"https://yourtilde.com/~deepend/"
]
],
"link": "https://yourtilde.com",
"name": "yourtilde.com"
"link": "https://yourtilde.com"
}
]
}