diff options
author | V <v@anomalous.eu> | 2020-10-27T14·14+0100 |
---|---|---|
committer | V <v@anomalous.eu> | 2020-10-27T15·00+0000 |
commit | d358b81a10af7ecdd78c35b535c5805b356a5778 (patch) | |
tree | fe28d8aeac70024ba3f85aba7116a74fc2f3d47a | |
parent | 254ddc45f8f7f48219edc580e0102217578603b6 (diff) |
fix(web/tvl): Fix TVL graph r/1861
Change-Id: I6ce3be85a0248841837d18fdd4d251729061bfc8 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2062 Reviewed-by: lukegb <lukegb@tvl.fyi> Reviewed-by: firefly <firefly@firefly.nu> Tested-by: BuildkiteCI
-rw-r--r-- | web/tvl/tvl.dot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/tvl/tvl.dot b/web/tvl/tvl.dot index 569bcab4ad4a..80d1e02787b4 100644 --- a/web/tvl/tvl.dot +++ b/web/tvl/tvl.dot @@ -108,7 +108,6 @@ digraph tvl { puck -> edef; qyliss -> edef; rcombs -> edef; - V -> edef; // via spotify seven -> spotify; @@ -144,6 +143,7 @@ digraph tvl { afra -> unspecific; nikky -> afra; spacekookie -> qyliss; + V -> unspecific; } // secondary edges (how are they connected otherwise?) |