diff options
Diffstat (limited to 'web/tvl')
-rw-r--r-- | web/tvl/tvl.dot | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/tvl/tvl.dot b/web/tvl/tvl.dot index ab3466da0b8f..ed1eeb8ba7a6 100644 --- a/web/tvl/tvl.dot +++ b/web/tvl/tvl.dot @@ -138,4 +138,6 @@ 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"]; + aranea -> nix [weight=0 style="dotted" color="grey" arrowhead="none"]; + aranea -> profpatsch [weight=0 style="dotted" color="grey" arrowhead="none"]; } |