about summary refs log tree commit diff
path: root/web
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2020-04-27T19·40+0100
committerVincent Ambo <tazjin@google.com>2020-04-27T19·40+0100
commitfb872e424c89432505943c468ffb5c28810dfda0 (patch)
tree4139abe6df3d249f25362379ec7dd8a40871b47d /web
parent30ebf2ee9eadd24d0d3ce7187ad677838649803e (diff)
feat(web/tvl): Add Q r/697
Diffstat (limited to 'web')
-rw-r--r--web/tvl/tvl.dot3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/tvl/tvl.dot b/web/tvl/tvl.dot
index d8c934e45f..f29f76ade5 100644
--- a/web/tvl/tvl.dot
+++ b/web/tvl/tvl.dot
@@ -7,6 +7,7 @@ digraph tvl {
   tazjin -> TVL [style="bold"];
 
   // people
+  Q [href="https://magicalcodewit.ch/"];
   ac [href="https://the-alex.github.io/about/"];
   andi [label="andi-" href="https://andreas.rammhold.de/"];
   anon1 [color="grey" fontcolor="grey"];
@@ -95,6 +96,7 @@ digraph tvl {
   wpcarro -> google;
 
   // random primary
+  Q -> cynthia;
   ac -> wpcarro;
   anon1 -> google;
   aranea -> multi;
@@ -140,6 +142,7 @@ digraph tvl {
   edef -> nix [weight=0 style="dotted" color="grey" arrowhead="none"];
   cynthia -> baby [weight=0 style="dotted" arrowhead="none" color="pink"];
   eta -> baby [weight=0 style="dotted" arrowhead="none" color="pink"];
+  Q -> baby [weight=0 style="dotted" arrowhead="none" color="pink"];
   aranea -> nix [weight=0 style="dotted" color="grey" arrowhead="none"];
   aranea -> profpatsch [weight=0 style="dotted" color="grey" arrowhead="none"];
 }