aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorStephen Wade <stephen@stephenwade.me>2022-07-24 13:32:55 -0400
committerGitHub <noreply@github.com>2022-07-24 13:32:55 -0400
commit1d0413cebfbd247d78ec728d283a6b79f1219098 (patch)
tree9411b383c550d2cd2b8f8ef1df0d4db1240af790 /lib
parente9733ce6844894f4f1f30948611a57a02c6766ec (diff)
downloadxesite-1d0413cebfbd247d78ec728d283a6b79f1219098.tar.xz
xesite-1d0413cebfbd247d78ec728d283a6b79f1219098.zip
Domain move - change links to match (#518)
* Replace cdn.christine.website with cdn.xeiaso.net * Replace me@christine.website with me@xeiaso.net * Replace christine.website with xeiaso.net * Replace christine dot website with xeiaso dot net * Replace Christine Dodrill with Xe Iaso * Update blog/fun-with-redirection-2021-09-22.markdown * Update blog/ircd-k8s-2019-12-21.markdown * Update blog/reconlangmo-6-lexicon-2020-05-22.markdown Co-authored-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'lib')
-rw-r--r--lib/cfcache/Cargo.toml2
-rw-r--r--lib/cfcache/examples/purge.rs2
-rw-r--r--lib/mi/Cargo.toml2
-rw-r--r--lib/patreon/Cargo.toml2
4 files changed, 4 insertions, 4 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(())
diff --git a/lib/mi/Cargo.toml b/lib/mi/Cargo.toml
index edb3647..1a073d6 100644
--- a/lib/mi/Cargo.toml
+++ b/lib/mi/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "mi"
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/patreon/Cargo.toml b/lib/patreon/Cargo.toml
index fe6d40c..b4d0e87 100644
--- a/lib/patreon/Cargo.toml
+++ b/lib/patreon/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "patreon"
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