chore(web/tvl): graph updates

* 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>
This commit is contained in:
Vincent Ambo 2023-10-02 14:58:36 +03:00 committed by tazjin
parent ddbb25e145
commit 618853d6b0

View file

@ -9,6 +9,8 @@ digraph tvl {
// people // people
subgraph { subgraph {
Irenes [href="https://www.pluralpride.com/"]; Irenes [href="https://www.pluralpride.com/"];
K900 [href="https://0upti.me/"];
Profpatsch [href="http://profpatsch.de/"];
adisbladis [href="http://nixos.expert/"]; adisbladis [href="http://nixos.expert/"];
amjoseph; amjoseph;
andi [label="andi-" href="https://andreas.rammhold.de/"]; andi [label="andi-" href="https://andreas.rammhold.de/"];
@ -35,14 +37,10 @@ digraph tvl {
leah2 [href="https://leahneukirchen.org/"]; leah2 [href="https://leahneukirchen.org/"];
lukegb [href="https://lukegb.com/"]; lukegb [href="https://lukegb.com/"];
marcusr [href="http://marcus.nordaaker.com/"]; marcusr [href="http://marcus.nordaaker.com/"];
mdjnsn;
ncl; ncl;
nikky [href="http://nikky.moe/"]; nikky [href="http://nikky.moe/"];
nyanotech [href="https://twitter.com/nyanotech"]; nyanotech [href="https://twitter.com/nyanotech"];
Profpatsch [href="http://profpatsch.de/"];
qyliss [href="https://alyssa.is"];
seven [href="https://open.spotify.com/user/so7"]; seven [href="https://open.spotify.com/user/so7"];
spacekookie [href="https://spacekookie.de/"];
sterni [href="https://sterni.lv/"]; sterni [href="https://sterni.lv/"];
tazjin [href="https://tazj.in/"]; tazjin [href="https://tazj.in/"];
wpcarro [href="https://wpcarro.dev/"]; wpcarro [href="https://wpcarro.dev/"];
@ -100,6 +98,7 @@ digraph tvl {
// via tvix // via tvix
j4m3s -> tvix; j4m3s -> tvix;
amjoseph -> tvix; amjoseph -> tvix;
K900 -> tvix;
// via edef // via edef
benjojo -> edef; benjojo -> edef;
@ -107,7 +106,6 @@ digraph tvl {
firefly -> edef; firefly -> edef;
leah2 -> aurora; leah2 -> aurora;
ncl -> edef; ncl -> edef;
qyliss -> edef;
// via spotify // via spotify
seven -> spotify; seven -> spotify;
@ -118,7 +116,6 @@ digraph tvl {
lukegb -> google; lukegb -> google;
wpcarro -> google; wpcarro -> google;
fzakaria -> google; fzakaria -> google;
mdjnsn -> google;
// random primary // random primary
grfn -> wpcarro; grfn -> wpcarro;
@ -130,7 +127,6 @@ digraph tvl {
implr -> lukegb; implr -> lukegb;
afra -> unspecific; afra -> unspecific;
nikky -> afra; nikky -> afra;
spacekookie -> qyliss;
kn -> flokli; kn -> flokli;
sterni -> Profpatsch; sterni -> Profpatsch;
yuuko -> ncl; yuuko -> ncl;
@ -160,11 +156,8 @@ digraph tvl {
lukegb -> benjojo; lukegb -> benjojo;
espes -> benjojo; espes -> benjojo;
espes -> aurora; espes -> aurora;
qyliss -> nix;
grfn -> nix; grfn -> nix;
edef -> nix; edef -> nix;
spacekookie -> afra;
qyliss -> afra;
ezemtsov -> nix; ezemtsov -> nix;
raitobezarius -> nix; raitobezarius -> nix;
} }