diff options
author | Vincent Ambo <mail@tazj.in> | 2020-10-20T17·29+0100 |
---|---|---|
committer | tazjin <mail@tazj.in> | 2020-10-20T22·04+0000 |
commit | e9e42d5d20141f235b29daea8894a5451f88baaf (patch) | |
tree | 983c7cee9403ce3c899bc45c17501ddc4b64f1da /web/tvl/tvl.dot | |
parent | 6100e44e72915da1492fbcd743bfa43891a091cc (diff) |
feat(web/tvl): Add graph nodes for AfRA & friends r/1852
Change-Id: Iac50cea9277167b28695dd908af66548e0e414b1 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2052 Tested-by: BuildkiteCI Reviewed-by: edef <edef@edef.eu>
Diffstat (limited to 'web/tvl/tvl.dot')
-rw-r--r-- | web/tvl/tvl.dot | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/web/tvl/tvl.dot b/web/tvl/tvl.dot index 369f211da8dd..569bcab4ad4a 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 |