diff options
| author | Ludovic Courtès | 2019-05-02 15:32:30 +0200 |
|---|---|---|
| committer | Ludovic Courtès | 2019-05-02 15:32:30 +0200 |
| commit | 746ac457cc2748152a3a39d4296972fa20f19741 (patch) | |
| tree | 978f3bdb71cfd062df8da9be7ae0218d214626e1 /guix/store.scm | |
| parent | c457f109bec75bfbf4619f3e18bcd82c33a15c07 (diff) | |
| parent | 3a3e9f2bb586e79a7931163f0191df61591b8017 (diff) | |
Merge branch 'version-1.0.0'
Diffstat (limited to 'guix/store.scm')
| -rw-r--r-- | guix/store.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/store.scm b/guix/store.scm index 1b485ab5f..5c6e4e0ca 100644 --- a/guix/store.scm +++ b/guix/store.scm @@ -746,7 +746,7 @@ encoding conversion errors." (map (if (false-if-exception (resolve-interface '(gnutls))) (cut string-append "https://" <>) (cut string-append "http://" <>)) - '("ci.guix.info"))) + '("ci.guix.gnu.org"))) (define* (set-build-options server #:key keep-failed? keep-going? fallback? |