From 9a666bbed5a71ca6d0b32f244e8eed241ce2b337 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Wed, 22 Apr 2020 00:11:02 +0100 Subject: fix(web/tvl): Elevate edef to have a direct edge --- web/tvl/tvl.dot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web') 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"]; } -- cgit 1.4.1