diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2019-08-21 23:13:59 +0200 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2019-08-21 23:13:59 +0200 |
| commit | 4ccdc58add15ad3e409c2d916efd93a4a1f3b12e (patch) | |
| tree | ab506bafd128c36759a1a436fcbc5f1122e5609d | |
| parent | website: towards-guix-for-devops: Update URL to the manual. (diff) | |
| download | guix-artwork-4ccdc58add15ad3e409c2d916efd93a4a1f3b12e.tar.gz | |
website: Update IRC log URL.
* website/apps/base/utils.scm (guix-irc-log-url): Use new domain.
| -rw-r--r-- | website/apps/base/utils.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/apps/base/utils.scm b/website/apps/base/utils.scm index 1bd4552..ba812cd 100644 --- a/website/apps/base/utils.scm +++ b/website/apps/base/utils.scm @@ -43,7 +43,7 @@ ;;; Guix variables. ;;; -(define guix-irc-log-url "https://bayfront.guixsd.org/.well-known/logs/") +(define guix-irc-log-url "http://logs.guix.gnu.org/guix") (define guix-root-url-path (if (getenv "GUIX_WEB_SITE_INFO") |
