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!)
This commit is contained in:
Vincent Ambo 2019-08-02 17:05:33 +01:00 committed by Vincent Ambo
parent 1f885e43b6
commit da5df525c8
3 changed files with 9 additions and 9 deletions

View file

@ -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