about summary refs log tree commit diff
path: root/web
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2020-04-21T23·11+0100
committerVincent Ambo <tazjin@google.com>2020-04-21T23·11+0100
commit9a666bbed5a71ca6d0b32f244e8eed241ce2b337 (patch)
tree316a999b69323bd7ada6acdd6fc85270ce5d6759 /web
parent2d89125428bcb9b21323a37e9303c978c8df16cb (diff)
fix(web/tvl): Elevate edef to have a direct edge r/667
Diffstat (limited to 'web')
-rw-r--r--web/tvl/tvl.dot4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/tvl/tvl.dot b/web/tvl/tvl.dot
index fbcb64c84a..643171bd3f 100644
--- a/web/tvl/tvl.dot
+++ b/web/tvl/tvl.dot
@@ -59,9 +59,9 @@ digraph tvl {
   google -> tazjin;
   eve -> tazjin;
   unspecific -> tazjin;
+  edef -> tazjin;
 
   // via nix
-  edef -> nix;
   jusrin -> nix;
   ghuntley -> nix;
   flokli -> nix;
@@ -126,7 +126,7 @@ digraph tvl {
   puck -> nix [weight=0 style="dotted" color="grey" arrowhead="none"];
   qyliss -> nix [weight=0 style="dotted" color="grey" arrowhead="none"];
   glittershark -> nix [weight=0 style="dotted" color="grey" arrowhead="none"];
-
+  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"];
 }