diff options
author | Vincent Ambo <tazjin@google.com> | 2020-05-03T00·02+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-05-03T00·02+0100 |
commit | 25dd7207877aefc0e421e0492b8d94b72cfce5cf (patch) | |
tree | 527b37ca448d2f8a965aeb9b095b1eff6dad15fa /web | |
parent | 82099b9319362b21711f2eae6acdaa958acf3c49 (diff) |
feat(web/tvl): add hyperfekt to TVL graph r/700
Diffstat (limited to 'web')
-rw-r--r-- | web/tvl/tvl.dot | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/web/tvl/tvl.dot b/web/tvl/tvl.dot index bfb41cc58e8b..3a5f72258f7b 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"]; } |