about summary refs log tree commit diff
path: root/web
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@tvl.su>2023-10-02T11·58+0300
committertazjin <tazjin@tvl.su>2023-10-05T17·20+0000
commit618853d6b0a2e3a78a3faef79d8ff295665411e1 (patch)
treef56af5e76e9e3f677ece0aa6b86370283d592e1f /web
parentddbb25e145a06d7e7b230135c208f2747a9e44e0 (diff)
chore(web/tvl): graph updates r/6711
* removed mdjnsn (not seen him for a long time, and not on IRC!)
* added K900

Change-Id: I21e7db61d0a360244f95f51eebca6df94d703cff
Reviewed-on: https://cl.tvl.fyi/c/depot/+/9503
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
Diffstat (limited to 'web')
-rw-r--r--web/tvl/tvl.dot13
1 files changed, 3 insertions, 10 deletions
diff --git a/web/tvl/tvl.dot b/web/tvl/tvl.dot
index 546858c4f2..a4ced3d473 100644
--- a/web/tvl/tvl.dot
+++ b/web/tvl/tvl.dot
@@ -9,6 +9,8 @@ digraph tvl {
   // people
   subgraph {
     Irenes [href="https://www.pluralpride.com/"];
+    K900 [href="https://0upti.me/"];
+    Profpatsch [href="http://profpatsch.de/"];
     adisbladis [href="http://nixos.expert/"];
     amjoseph;
     andi [label="andi-" href="https://andreas.rammhold.de/"];
@@ -35,14 +37,10 @@ digraph tvl {
     leah2 [href="https://leahneukirchen.org/"];
     lukegb [href="https://lukegb.com/"];
     marcusr [href="http://marcus.nordaaker.com/"];
-    mdjnsn;
     ncl;
     nikky [href="http://nikky.moe/"];
     nyanotech [href="https://twitter.com/nyanotech"];
-    Profpatsch [href="http://profpatsch.de/"];
-    qyliss [href="https://alyssa.is"];
     seven [href="https://open.spotify.com/user/so7"];
-    spacekookie [href="https://spacekookie.de/"];
     sterni [href="https://sterni.lv/"];
     tazjin [href="https://tazj.in/"];
     wpcarro [href="https://wpcarro.dev/"];
@@ -100,6 +98,7 @@ digraph tvl {
     // via tvix
     j4m3s -> tvix;
     amjoseph -> tvix;
+    K900 -> tvix;
 
     // via edef
     benjojo -> edef;
@@ -107,7 +106,6 @@ digraph tvl {
     firefly -> edef;
     leah2 -> aurora;
     ncl -> edef;
-    qyliss -> edef;
 
     // via spotify
     seven -> spotify;
@@ -118,7 +116,6 @@ digraph tvl {
     lukegb -> google;
     wpcarro -> google;
     fzakaria -> google;
-    mdjnsn -> google;
 
     // random primary
     grfn -> wpcarro;
@@ -130,7 +127,6 @@ digraph tvl {
     implr -> lukegb;
     afra -> unspecific;
     nikky -> afra;
-    spacekookie -> qyliss;
     kn -> flokli;
     sterni -> Profpatsch;
     yuuko -> ncl;
@@ -160,11 +156,8 @@ digraph tvl {
     lukegb -> benjojo;
     espes -> benjojo;
     espes -> aurora;
-    qyliss -> nix;
     grfn -> nix;
     edef -> nix;
-    spacekookie -> afra;
-    qyliss -> afra;
     ezemtsov -> nix;
     raitobezarius -> nix;
   }