about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2020-10-20T16·37+0100
committertazjin <mail@tazj.in>2020-10-20T16·44+0000
commit6100e44e72915da1492fbcd743bfa43891a091cc (patch)
tree20bd819184f3a3d9de72cf7cadf9bc4757580de8
parent41f1b01ba44a3ef7d3f481f3e7aa17af681374d8 (diff)
feat(web/tvl): Accommodate the passage of time in TVL's graph r/1851
Some overdue updates: People leaving, people joining. Not all new
people are in here yet either, but you have to start somewhere.

Change-Id: I66dfae443f60d090c02c619d09c12599b936b2dc
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2051
Tested-by: BuildkiteCI
Reviewed-by: glittershark <grfn@gws.fyi>
-rw-r--r--web/tvl/tvl.dot32
1 files changed, 15 insertions, 17 deletions
diff --git a/web/tvl/tvl.dot b/web/tvl/tvl.dot
index feabb48341..369f211da8 100644
--- a/web/tvl/tvl.dot
+++ b/web/tvl/tvl.dot
@@ -8,14 +8,13 @@ digraph tvl {
 
   // people
   subgraph {
-    ac [href="https://the-alex.github.io/about/"];
+    adisbladis [href="http://nixos.expert/"];
     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"];
     camsbury [href="https://camsbury.com/"];
     cynthia [href="https://cynthia.re/"];
     edef [href="https://edef.eu/files/edef.hs"];
@@ -25,9 +24,12 @@ digraph tvl {
     firefly [href="http://firefly.nu/"];
     flokli [href="https://flokli.de/"];
     ghuntley [href="https://ghuntley.com/"];
-    glittershark [href="http://gws.fyi"];
+    grfn [href="http://gws.fyi"];
     grahamc [href="https://grahamc.com/"];
+    htbf [href="https://htbf.dev/"];
     hyperfekt [href="https://hyperfekt.net"];
+    implr;
+    Irenes [href="https://www.pluralpride.com/"];
     isomer [href="https://www.lorier.net/"];
     jooiiee [href="https://jooiiee.se/"];
     jusrin [href="https://jusrin.dev/"];
@@ -42,12 +44,11 @@ digraph tvl {
     poigon;
     profpatsch [href="http://profpatsch.de/"];
     puck [href="https://puckipedia.com/"];
-    q3k [href="https://q3k.org/"];
     qyliss [href="https://alyssa.is"];
     rcombs [href="http://rcombs.me/"];
     seven [href="https://open.spotify.com/user/so7"];
     tazjin [href="https://tazj.in/"];
-    tehhobbit;
+    V [href="https://anomalous.eu/"];
     wpcarro [href="https://wpcarro.dev/"];
   }
 
@@ -67,7 +68,6 @@ digraph tvl {
     ircv3 [href="https://ircv3.net/"];
     lgbtslack [label="lgbt.tech" href="https://lgbtq.technology/"];
     muccc [label="µccc" href="https://muc.ccc.de/"];
-    hswaw [href="https://hackerspace.pl/"];
   }
 
   // special
@@ -87,6 +87,7 @@ digraph tvl {
     edef -> tazjin;
 
     // via nix
+    adisbladis -> nix;
     jusrin -> nix;
     ghuntley -> nix;
     flokli -> nix;
@@ -104,19 +105,20 @@ digraph tvl {
     puck -> edef;
     qyliss -> edef;
     rcombs -> edef;
+    V -> edef;
 
     // via spotify
-    tehhobbit -> spotify;
     seven -> spotify;
 
     // via google
-    lukegb -> google;
+    htbf -> google;
+    Irenes -> google;
     isomer -> google;
+    lukegb -> google;
     wpcarro -> google;
 
     // via urbint
-    ac -> urbint;
-    glittershark -> urbint;
+    grfn -> urbint;
 
     // random primary
     urbint -> wpcarro;
@@ -125,7 +127,6 @@ digraph tvl {
     aranea -> multi;
     artemist -> cynthia;
     aurora -> eve;
-    borb -> unspecific;
     cynthia -> benjojo;
     eta -> anon1;
     ericvolp -> lukegb;
@@ -135,7 +136,7 @@ digraph tvl {
     maskerad -> unspecific;
     nyanotech -> kanepyork;
     poigon -> eve;
-    q3k -> unspecific;
+    implr -> unspecific;
     hyperfekt -> espes;
   }
 
@@ -156,10 +157,6 @@ digraph tvl {
 
     // µccc
     leah2 -> muccc;
-    q3k -> muccc;
-
-    // hswaw
-    q3k -> hswaw;
 
     // random
     leah2 -> edef;
@@ -168,6 +165,7 @@ digraph tvl {
     eta -> firefly;
     cynthia -> firefly;
     cynthia -> lukegb;
+    implr -> google;
     kanepyork -> google;
     nyanotech -> google;
     lukegb -> benjojo;
@@ -176,7 +174,7 @@ digraph tvl {
     espes -> aurora;
     puck -> nix;
     qyliss -> nix;
-    glittershark -> nix;
+    grfn -> nix;
     edef -> nix;
     aranea -> nix;
     aranea -> profpatsch;