about summary refs log tree commit diff
path: root/tools/nixery/default.nix
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2019-08-02T16·05+0100
committerVincent Ambo <github@tazj.in>2019-08-02T16·14+0100
commitda5df525c8e7ca9e3907a4f90412883dfc1b28a7 (patch)
tree056671ab7aa33c5467091699eeb3d8145d325c9d /tools/nixery/default.nix
parent1f885e43b67dd26ec0b1bcfff9411bddc2674bea (diff)
docs: Update all nixery.appspot.com references to nixery.dev
Shiny, new domain is much better and eliminates the TLS redirect issue
because there is a HSTS preload for the entire .dev TLD (which, by the
way, is awesome!)
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