about summary refs log tree commit diff
path: root/fun/paroxysm
diff options
context:
space:
mode:
authoreta <eta@theta.eu.org>2021-05-26T23·38+0100
committereta <eta@theta.eu.org>2021-08-13T11·11+0000
commitb65622e5ab7ebedd790903677a02f6abd50bf876 (patch)
tree101aceda21f5725d545abfd68b5fa75159f4ecb0 /fun/paroxysm
parent4286574b3bce4d55cd8149da516b0899fcbd8032 (diff)
chore(paroxysm): change theta.eu.org -> eta.st r/2728
I changed my primary website domain to be shorter and less susceptible
to eu.org going under.

Change-Id: I3c354047ad450eaff681dab3e6dd08654ebc5cf8
Reviewed-on: https://cl.tvl.fyi/c/depot/+/3162
Tested-by: BuildkiteCI
Reviewed-by: sterni <sternenseemann@systemli.org>
Diffstat (limited to 'fun/paroxysm')
-rw-r--r--fun/paroxysm/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/fun/paroxysm/src/main.rs b/fun/paroxysm/src/main.rs
index e28fc77933..11a0e7bf60 100644
--- a/fun/paroxysm/src/main.rs
+++ b/fun/paroxysm/src/main.rs
@@ -239,7 +239,7 @@ impl App {
                         }
                         // step 2: attempt to POST it to eta's pastebin
                         // TODO(eta): make configurable
-                        let response = crimp::Request::put("https://theta.eu.org/lx/upload")
+                        let response = crimp::Request::put("https://eta.st/lx/upload")
                             .user_agent("paroxysm/0.0.2 crimp/0.2")?
                             .header("Linx-Expiry", "7200")? // 2 hours
                             .body("text/plain", data_to_upload.as_bytes())