diff options
Diffstat (limited to 'lib/cfcache')
| -rw-r--r-- | lib/cfcache/Cargo.toml | 2 | ||||
| -rw-r--r-- | lib/cfcache/examples/purge.rs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/cfcache/Cargo.toml b/lib/cfcache/Cargo.toml index d5c03ea..81fcdb3 100644 --- a/lib/cfcache/Cargo.toml +++ b/lib/cfcache/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cfcache" version = "0.1.0" -authors = ["Xe Iaso <me@christine.website>"] +authors = ["Xe Iaso <me@xeiaso.net>"] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/lib/cfcache/examples/purge.rs b/lib/cfcache/examples/purge.rs index 22c81a4..43e269f 100644 --- a/lib/cfcache/examples/purge.rs +++ b/lib/cfcache/examples/purge.rs @@ -8,7 +8,7 @@ async fn main() -> Result<()> { let zone_id = std::env::var("CF_ZONE_ID")?; let cli = cfcache::Client::new(key, zone_id)?; - cli.purge(vec!["https://christine.website/.within/health".to_string()]) + cli.purge(vec!["https://xeiaso.net/.within/health".to_string()]) .await?; Ok(()) |
