diff options
author | Vincent Ambo <tazjin@google.com> | 2020-04-21T23·11+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-04-21T23·11+0100 |
commit | 9a666bbed5a71ca6d0b32f244e8eed241ce2b337 (patch) | |
tree | 316a999b69323bd7ada6acdd6fc85270ce5d6759 /web/tvl | |
parent | 2d89125428bcb9b21323a37e9303c978c8df16cb (diff) |
fix(web/tvl): Elevate edef to have a direct edge r/667
Diffstat (limited to 'web/tvl')
-rw-r--r-- | web/tvl/tvl.dot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/tvl/tvl.dot b/web/tvl/tvl.dot index fbcb64c84a29..643171bd3fe5 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"]; } |