From f5a33ab15f8208b82717bfb6f045da76e8046b34 Mon Sep 17 00:00:00 2001 From: Ryan Lahfa Date: Sun, 1 Oct 2023 03:32:47 +0200 Subject: feat(web/tvl): add raitobezarius on the TVL graph I think this may be representative of reality, but I forgot :D Change-Id: I6aaeb959a44b3a5cdbbaea1d99b3034a7db05ba6 Reviewed-on: https://cl.tvl.fyi/c/depot/+/9498 Tested-by: BuildkiteCI Reviewed-by: flokli Reviewed-by: tazjin --- web/tvl/tvl.dot | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/tvl/tvl.dot b/web/tvl/tvl.dot index e1b690d268..546858c4f2 100644 --- a/web/tvl/tvl.dot +++ b/web/tvl/tvl.dot @@ -46,6 +46,7 @@ digraph tvl { sterni [href="https://sterni.lv/"]; tazjin [href="https://tazj.in/"]; wpcarro [href="https://wpcarro.dev/"]; + raitobezarius [href="https://ryan.lahfa.xyz/"]; yuuko; } @@ -133,6 +134,7 @@ digraph tvl { kn -> flokli; sterni -> Profpatsch; yuuko -> ncl; + raitobezarius -> flokli; } // secondary edges (how are they connected otherwise?) @@ -142,6 +144,7 @@ digraph tvl { // ircv3 eta -> ircv3; firefly -> ircv3; + raitobezarius -> ircv3; // µccc leah2 -> muccc; @@ -163,6 +166,7 @@ digraph tvl { spacekookie -> afra; qyliss -> afra; ezemtsov -> nix; + raitobezarius -> nix; } // baby -- cgit 1.4.1