about summary refs log tree commit diff
path: root/web
diff options
context:
space:
mode:
authorCynthia Revström <me@cynthia.re>2020-05-02T20·47+0200
committerVincent Ambo <tazjin@google.com>2020-05-02T23·59+0100
commit82099b9319362b21711f2eae6acdaa958acf3c49 (patch)
tree03700df092995541a94a1d5c81a5d14b3db2272b /web
parent235280ceaaa03c24a0916400ec82a79890f40b9b (diff)
feat(web/tvl): add artemist to TVL graph r/699
Diffstat (limited to 'web')
-rw-r--r--web/tvl/tvl.dot4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/tvl/tvl.dot b/web/tvl/tvl.dot
index af953e9ebc..bfb41cc58e 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"];
 }