feat(web/tvl): add hswaw community to TVL graph
This commit is contained in:
parent
327e42024c
commit
0e2138f949
1 changed files with 5 additions and 0 deletions
|
@ -61,6 +61,7 @@ digraph tvl {
|
||||||
ircv3 [color="#DB4437" fontcolor="#DB4437" href="https://ircv3.net/"];
|
ircv3 [color="#DB4437" fontcolor="#DB4437" href="https://ircv3.net/"];
|
||||||
lgbtslack [label="lgbt.tech" color="#DB4437" fontcolor="#DB4437" href="https://lgbtq.technology/"];
|
lgbtslack [label="lgbt.tech" color="#DB4437" fontcolor="#DB4437" href="https://lgbtq.technology/"];
|
||||||
muccc [label="µccc" color="#DB4437" fontcolor="#DB4437" href="https://muc.ccc.de/"];
|
muccc [label="µccc" color="#DB4437" fontcolor="#DB4437" href="https://muc.ccc.de/"];
|
||||||
|
hswaw [label="hswaw" color="#DB4437" fontcolor="#DB4437" href="https://hackerspace.pl/"];
|
||||||
unspecific [color="grey" fontcolor="grey"];
|
unspecific [color="grey" fontcolor="grey"];
|
||||||
baby [color="pink" fontcolor="pink" href="https://cynthia.re/s/baby"];
|
baby [color="pink" fontcolor="pink" href="https://cynthia.re/s/baby"];
|
||||||
|
|
||||||
|
@ -143,6 +144,10 @@ digraph tvl {
|
||||||
hexchen -> muccc [weight=0 style="dotted" color="grey" arrowhead="none"];
|
hexchen -> muccc [weight=0 style="dotted" color="grey" arrowhead="none"];
|
||||||
q3k -> muccc [weight=0 style="dotted" color="grey" arrowhead="none"];
|
q3k -> muccc [weight=0 style="dotted" color="grey" arrowhead="none"];
|
||||||
|
|
||||||
|
// hswaw
|
||||||
|
implr -> hswaw [weight=0 style="dotted" color="grey" arrowhead="none"];
|
||||||
|
q3k -> hswaw [weight=0 style="dotted" color="grey" arrowhead="none"];
|
||||||
|
|
||||||
// random
|
// random
|
||||||
leah2 -> edef [weight=0 style="dotted" color="grey" arrowhead="none"];
|
leah2 -> edef [weight=0 style="dotted" color="grey" arrowhead="none"];
|
||||||
lukegb -> isomer [weight=0 style="dotted" color="grey" arrowhead="none"];
|
lukegb -> isomer [weight=0 style="dotted" color="grey" arrowhead="none"];
|
||||||
|
|
Loading…
Reference in a new issue