This is an automated email from the git hooks/post-receive script.
cbaines pushed a commit to branch master
in repository maintenance.
The following commit(s) were added to refs/heads/master by this push:
new ea39220 hydra: bayfront: Update the substitute-urls.
ea39220 is described below
commit ea39220eb767b868d325299be33d909a1bb8c093
Author: Christopher Baines <[email protected]>
AuthorDate: Mon Dec 13 10:12:48 2021 +0000
hydra: bayfront: Update the substitute-urls.
bordeaux.guix.gnu.org is the canonical name now.
* hydra/bayfront.scm (services): Update the guix-service-type
substitute-urls.
---
hydra/bayfront.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index 585870b..d335813 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -935,7 +935,7 @@ access_log /var/log/nginx/bordeaux.access.log;"))
(guix-service-type
config => (guix-configuration
(substitute-urls
- '("https://bayfront.guix.gnu.org"))
+ '("https://bordeaux.guix.gnu.org"))
(authorized-keys
(cons*
(local-file "keys/guix/bayfront.guix.info-export.pub")