diff options
author | sterni <sternenseemann@systemli.org> | 2021-09-18T14·23+0200 |
---|---|---|
committer | sterni <sternenseemann@systemli.org> | 2021-09-18T14·25+0000 |
commit | 9a894464786cccfe5a67f47c6ff36cd95953104f (patch) | |
tree | 8370d9aeea1e5a404976d3565657708d42da29ea /web | |
parent | b6957923ffc5bfb1e0ab890d5e611e4ac2503575 (diff) |
fix(web/tvl): consistently uppercase Profpatsch r/2886
Him and me floating on our own is kinda cute, but breaks the graph. Change-Id: I043b327172781447bd0ce923e78e72f34bbff41b Reviewed-on: https://cl.tvl.fyi/c/depot/+/3573 Reviewed-by: tazjin <mail@tazj.in> Tested-by: BuildkiteCI
Diffstat (limited to 'web')
-rw-r--r-- | web/tvl/tvl.dot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/tvl/tvl.dot b/web/tvl/tvl.dot index eb5a6af6d111..1cfe802039eb 100644 --- a/web/tvl/tvl.dot +++ b/web/tvl/tvl.dot @@ -38,7 +38,7 @@ digraph tvl { nikky [href="http://nikky.moe/"]; nyanotech [href="https://twitter.com/nyanotech"]; poigon; - profpatsch [href="http://profpatsch.de/"]; + Profpatsch [href="http://profpatsch.de/"]; qyliss [href="https://alyssa.is"]; seven [href="https://open.spotify.com/user/so7"]; spacekookie [href="https://spacekookie.de/"]; @@ -89,7 +89,7 @@ digraph tvl { ghuntley -> nix; flokli -> nix; andi -> nix; - profpatsch -> nix; + Profpatsch -> nix; lassulus -> nix; // via edef |