about summary refs log tree commit diff
path: root/web
diff options
context:
space:
mode:
authorLuis Ressel <aranea@aixah.de>2020-04-23T20·29+0200
committerVincent Ambo <tazjin@google.com>2020-04-23T20·34+0100
commitf2d8370a9a31b04dce13a0fa6f522b0412abeeef (patch)
treea74f8d8beff92571724f59fdcdfa2f9571d3d949 /web
parent2426ffc604fdb0da9307207667905b992e820c32 (diff)
feat(web/tvl): Add two secondary links for myself r/673
Diffstat (limited to 'web')
-rw-r--r--web/tvl/tvl.dot2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/tvl/tvl.dot b/web/tvl/tvl.dot
index ab3466da0b..ed1eeb8ba7 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"];
 }