diff options
author | Vincent Ambo <tazjin@google.com> | 2020-04-21T03·41+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-04-21T03·41+0100 |
commit | 2fb83367645de902554618f5c08d262b96a36660 (patch) | |
tree | 32d2a88b9669618ee95a881cb7a7a10c88d9b265 /web/tvl | |
parent | 92921e58afefa0fc55a8b9f40fa90d4f14063dc7 (diff) |
fix(web/tvl): Fix display names for some people r/662
Diffstat (limited to 'web/tvl')
-rw-r--r-- | web/tvl/tvl.dot | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/web/tvl/tvl.dot b/web/tvl/tvl.dot index 2a9aef2f56f9..a627f12f6f64 100644 --- a/web/tvl/tvl.dot +++ b/web/tvl/tvl.dot @@ -8,8 +8,8 @@ digraph tvl { // people ac; - andi [href="https://andreas.rammhold.de/"]; - anna [href="https://femalelegends.com/"]; + andi [label="andi-" href="https://andreas.rammhold.de/"]; + maskerad [href="https://femalelegends.com/"]; anon1 [color="grey" fontcolor="grey"]; aurora [href="https://nonegenderleftfox.aventine.se/"]; benjojo [href="https://benjojo.co.uk/"]; @@ -19,14 +19,14 @@ digraph tvl { eta [href="https://theta.eu.org/"]; firefly [href="http://firefly.nu/"]; flokli [href="https://flokli.de/"]; - geoffrey [href="https://ghuntley.com/"]; + ghuntley [href="https://ghuntley.com/"]; glittershark [href="http://gws.fyi"]; grahamc [href="https://grahamc.com/"]; isomer [href="https://www.lorier.net/"]; - joern [href="https://twitter.com/FR31H31T"]; - justinw [href="https://jusrin.dev/"]; + borb [href="https://twitter.com/FR31H31T"]; + jusrin [href="https://jusrin.dev/"]; leah2 [href="https://leahneukirchen.org/"]; - loke; + tehhobbit; lukegb [href="https://lukegb.com/"]; marcusr [href="http://marcus.nordaaker.com/"]; multi [href="https://1.0.168.192.in-addr.xyz/"]; @@ -62,8 +62,8 @@ digraph tvl { // via nix edef -> nix; - justinw -> nix; - geoffrey -> nix; + jusrin -> nix; + ghuntley -> nix; flokli -> nix; andi -> nix; grahamc -> nix; @@ -80,7 +80,7 @@ digraph tvl { qyliss -> edef; // via spotify - loke -> spotify; + tehhobbit -> spotify; seven -> spotify; // via google @@ -91,9 +91,9 @@ digraph tvl { // random primary eta -> anon1; anon1 -> google; - anna -> unspecific; + maskerad -> unspecific; marcusr -> unspecific; - joern -> unspecific; + borb -> unspecific; aurora -> eve; poigon -> eve; cynthia -> benjojo; |