about summary refs log tree commit diff
path: root/web
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2020-05-08T16·23+0200
committerVincent Ambo <tazjin@google.com>2020-05-09T19·13+0100
commit327e42024cc5e64056034b833b2266f1681fd76a (patch)
treeb1b5e6b857f30fb73fcea9f056fc8cc1d3a12938 /web
parente33627f960c767c7408a4885a0061ade2703c9f9 (diff)
feat(web/tvl): add muccc community to TVL graph r/708
Diffstat (limited to 'web')
-rw-r--r--web/tvl/tvl.dot6
1 files changed, 6 insertions, 0 deletions
diff --git a/web/tvl/tvl.dot b/web/tvl/tvl.dot
index c54741ba87..9f0c075516 100644
--- a/web/tvl/tvl.dot
+++ b/web/tvl/tvl.dot
@@ -60,6 +60,7 @@ digraph tvl {
   nix [color="#DB4437" fontcolor="#DB4437" href="https://nixos.org/nix/"];
   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/"];
   unspecific [color="grey" fontcolor="grey"];
   baby [color="pink" fontcolor="pink" href="https://cynthia.re/s/baby"];
 
@@ -137,6 +138,11 @@ digraph tvl {
   eta -> ircv3  [weight=0 style="dotted" color="grey" arrowhead="none"];
   firefly -> ircv3  [weight=0 style="dotted" color="grey" arrowhead="none"];
 
+  // µccc
+  leah2 -> 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"];
+
   // random
   leah2 -> edef  [weight=0 style="dotted" color="grey" arrowhead="none"];
   lukegb -> isomer  [weight=0 style="dotted" color="grey" arrowhead="none"];