diff options
author | Sergiusz Bazanski <q3k@hackerspace.pl> | 2020-05-10T20·32+0200 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-05-10T22·35+0100 |
commit | 0e2138f9494971c8398c468516928617f37fc6f8 (patch) | |
tree | a50b3195400457e6996a6e4831eb1554ff5df110 /web/tvl | |
parent | 327e42024cc5e64056034b833b2266f1681fd76a (diff) |
feat(web/tvl): add hswaw community to TVL graph r/709
Diffstat (limited to 'web/tvl')
-rw-r--r-- | web/tvl/tvl.dot | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/tvl/tvl.dot b/web/tvl/tvl.dot index 9f0c075516cb..ee31fc3e4f72 100644 --- a/web/tvl/tvl.dot +++ b/web/tvl/tvl.dot @@ -61,6 +61,7 @@ digraph tvl { ircv3 [color="#DB4437" fontcolor="#DB4437" href="https://ircv3.net/"]; lgbtslack [label="lgbt.tech" color="#DB4437" fontcolor="#DB4437" href="https://lgbtq.technology/"]; 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"]; 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"]; 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 leah2 -> edef [weight=0 style="dotted" color="grey" arrowhead="none"]; lukegb -> isomer [weight=0 style="dotted" color="grey" arrowhead="none"]; |