about summary refs log tree commit diff
path: root/tools/nixery/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tools/nixery/default.nix')
-rw-r--r--tools/nixery/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/nixery/default.nix b/tools/nixery/default.nix
index 2b3ec0ef43..8a7ce8b344 100644
--- a/tools/nixery/default.nix
+++ b/tools/nixery/default.nix
@@ -48,8 +48,8 @@ rec {
   '';
 
   # Static files to serve on the Nixery index. This is used primarily
-  # for the demo instance running at nixery.appspot.com and provides
-  # some background information for what Nixery is.
+  # for the demo instance running at nixery.dev and provides some
+  # background information for what Nixery is.
   nixery-static = runCommand "nixery-static" {} ''
     mkdir $out
     cp ${./static}/* $out