From 82099b9319362b21711f2eae6acdaa958acf3c49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cynthia=20Revstr=C3=B6m?= Date: Sat, 2 May 2020 22:47:51 +0200 Subject: [PATCH] feat(web/tvl): add artemist to TVL graph --- web/tvl/tvl.dot | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/tvl/tvl.dot b/web/tvl/tvl.dot index af953e9eb..bfb41cc58 100644 --- a/web/tvl/tvl.dot +++ b/web/tvl/tvl.dot @@ -7,6 +7,7 @@ digraph tvl { tazjin -> TVL [style="bold"]; // people + artemist [href="https://artem.ist/"]; ericvolp [href="https://ericv.me"]; Q [href="https://magicalcodewit.ch/"]; ac [href="https://the-alex.github.io/about/"]; @@ -97,6 +98,7 @@ digraph tvl { wpcarro -> google; // random primary + artemist -> cynthia; ericvolp -> lukegb; Q -> cynthia; ac -> wpcarro; @@ -121,6 +123,7 @@ digraph tvl { aurora -> lgbtslack [weight=0 style="dotted" color="grey" arrowhead="none"]; leah2 -> lgbtslack [weight=0 style="dotted" color="grey" arrowhead="none"]; edef -> lgbtslack [weight=0 style="dotted" color="grey" arrowhead="none"]; + artemist -> lgbtslack [weight=0 style="dotted" color="grey" arrowhead="none"]; // ircv3 multi -> ircv3 [weight=0 style="dotted" color="grey" arrowhead="none"]; @@ -147,4 +150,5 @@ digraph tvl { Q -> 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"]; + artemist -> nix [weight=0 style="dotted" color="grey" arrowhead="none"]; }