about summary refs log tree commit diff
path: root/web/tvl/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'web/tvl/default.nix')
-rw-r--r--web/tvl/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/web/tvl/default.nix b/web/tvl/default.nix
index 443986fbca..552940cb51 100644
--- a/web/tvl/default.nix
+++ b/web/tvl/default.nix
@@ -68,7 +68,7 @@ in runCommandNoCC "website" {} ''
   cp ${homepage} $out/index.html
   cp -r ${./static}/* $out/static
 
-  # Some assets are stolen from the blog
-  cp ${depot.web.homepage}/static/jetbrains-* $out/static
-  cp ${depot.web.homepage}/static/tazjin.css $out/static
+  # Some assets are stolen from tazjin's blog
+  cp ${depot.users.tazjin.homepage}/static/jetbrains-* $out/static
+  cp ${depot.users.tazjin.homepage}/static/tazjin.css $out/static
 ''