Update rsync upstream of Elvish

This commit is contained in:
Qi Xiao 2021-01-25 22:01:42 +00:00 committed by GitHub
parent 60beeb6ccd
commit ecc54bf6b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,7 +83,7 @@ snapshot_path = "/path/to/snapshot/directory"
[[mirrors]]
name = "elvish"
provider = "rsync"
upstream = "rsync://rsync.elvish.io/elvish/"
upstream = "rsync://rsync.elv.sh/elvish/"
interval = 1440
snapshot_path = "/data/publish/elvish"
```