From 9b81866cb026c7b0b5a847332fdb0e9c689f895d Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 15 Nov 2023 12:03:49 -0800 Subject: [PATCH] update ssh config suggestion to new server --- CURATORS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CURATORS.md b/CURATORS.md index c8f200ac..3d31400e 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -281,7 +281,7 @@ You'll need to get your SSH public key added to the machine. ~/.ssh/config info: ``` Host stackage-build User curators - Hostname build.stackage.org + Hostname stackage-builder.haskell.org ``` ### Running the build script