about summary refs log tree commit diff
path: root/web
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2022-10-27T08·32+0300
committertazjin <tazjin@tvl.su>2022-10-27T08·49+0000
commitf00413130b312adee0f1f9bd259d5f26ea13bca0 (patch)
treeddcdad98bfa017f15a38f9986fca1c75da9d4812 /web
parent24b3c9eef51cafcc08d94c54f51795d575eea0ff (diff)
feat(web/tvl): add etu to TVL graph r/5208
Change-Id: I77cd2686891a166860d6720930743667e667043e
Reviewed-on: https://cl.tvl.fyi/c/depot/+/7105
Autosubmit: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
Reviewed-by: ezemtsov <eugene.zemtsov@gmail.com>
Diffstat (limited to 'web')
-rw-r--r--web/tvl/tvl.dot2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/tvl/tvl.dot b/web/tvl/tvl.dot
index 74d5b6bda4..d6ff83cb65 100644
--- a/web/tvl/tvl.dot
+++ b/web/tvl/tvl.dot
@@ -19,6 +19,7 @@ digraph tvl {
     ericvolp [href="https://ericv.me"];
     espes;
     eta [href="https://theta.eu.org/"];
+    etu [href="https://elis.nu/"];
     firefly [href="http://firefly.nu/"];
     flokli [href="https://flokli.de/"];
     fzakaria [href="https://fzakaria.com/"];
@@ -91,6 +92,7 @@ digraph tvl {
     andi -> nix;
     Profpatsch -> nix;
     lassulus -> nix;
+    etu -> nix;
 
     // via tvix
     j4m3s -> tvix;