From 25dd7207877aefc0e421e0492b8d94b72cfce5cf Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 3 May 2020 01:02:15 +0100 Subject: feat(web/tvl): add hyperfekt to TVL graph --- web/tvl/tvl.dot | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'web') diff --git a/web/tvl/tvl.dot b/web/tvl/tvl.dot index bfb41cc58e..3a5f72258f 100644 --- a/web/tvl/tvl.dot +++ b/web/tvl/tvl.dot @@ -7,19 +7,19 @@ 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/"]; andi [label="andi-" href="https://andreas.rammhold.de/"]; anon1 [color="grey" fontcolor="grey"]; aranea; + artemist [href="https://artem.ist/"]; aurora [href="https://nonegenderleftfox.aventine.se/"]; benjojo [href="https://benjojo.co.uk/"]; borb [href="https://twitter.com/FR31H31T"]; cynthia [href="https://cynthia.re/"]; drathier; edef [href="https://edef.eu/files/edef.hs"]; + ericvolp [href="https://ericv.me"]; espes; eta [href="https://theta.eu.org/"]; firefly [href="http://firefly.nu/"]; @@ -27,6 +27,7 @@ digraph tvl { ghuntley [href="https://ghuntley.com/"]; glittershark [href="http://gws.fyi"]; grahamc [href="https://grahamc.com/"]; + hyperfekt [href="https://hyperfekt.net"]; isomer [href="https://www.lorier.net/"]; jusrin [href="https://jusrin.dev/"]; leah2 [href="https://leahneukirchen.org/"]; @@ -116,6 +117,7 @@ digraph tvl { poigon -> eve; q3k -> unspecific; yuuko -> ncl; + hyperfekt -> espes; // secondary edges (how are they connected otherwise?) @@ -151,4 +153,5 @@ digraph tvl { 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"]; + hyperfekt -> edef [weight=0 style="dotted" color="grey" arrowhead="none"]; } -- cgit 1.4.1