From e9e42d5d20141f235b29daea8894a5451f88baaf Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Tue, 20 Oct 2020 18:29:48 +0100 Subject: feat(web/tvl): Add graph nodes for AfRA & friends Change-Id: Iac50cea9277167b28695dd908af66548e0e414b1 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2052 Tested-by: BuildkiteCI Reviewed-by: edef --- web/tvl/tvl.dot | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/web/tvl/tvl.dot b/web/tvl/tvl.dot index 369f211da8..569bcab4ad 100644 --- a/web/tvl/tvl.dot +++ b/web/tvl/tvl.dot @@ -40,6 +40,7 @@ digraph tvl { maskerad [href="https://femalelegends.com/"]; multi [href="https://1.0.168.192.in-addr.xyz/"]; ncl; + nikky [href="http://nikky.moe/"]; nyanotech [href="https://twitter.com/nyanotech"]; poigon; profpatsch [href="http://profpatsch.de/"]; @@ -47,6 +48,7 @@ digraph tvl { qyliss [href="https://alyssa.is"]; rcombs [href="http://rcombs.me/"]; seven [href="https://open.spotify.com/user/so7"]; + spacekookie [href="https://spacekookie.de/"]; tazjin [href="https://tazj.in/"]; V [href="https://anomalous.eu/"]; wpcarro [href="https://wpcarro.dev/"]; @@ -68,6 +70,7 @@ digraph tvl { ircv3 [href="https://ircv3.net/"]; lgbtslack [label="lgbt.tech" href="https://lgbtq.technology/"]; muccc [label="µccc" href="https://muc.ccc.de/"]; + afra [label="AfRA" href="https://afra-berlin.de/"]; } // special @@ -138,6 +141,9 @@ digraph tvl { poigon -> eve; implr -> unspecific; hyperfekt -> espes; + afra -> unspecific; + nikky -> afra; + spacekookie -> qyliss; } // secondary edges (how are they connected otherwise?) @@ -181,6 +187,8 @@ digraph tvl { artemist -> nix; hyperfekt -> edef; camsbury -> urbint; + spacekookie -> afra; + qyliss -> afra; } // baby -- cgit 1.4.1