diff options
author | eta <eta@theta.eu.org> | 2021-05-26T23·38+0100 |
---|---|---|
committer | eta <eta@theta.eu.org> | 2021-08-13T11·11+0000 |
commit | b65622e5ab7ebedd790903677a02f6abd50bf876 (patch) | |
tree | 101aceda21f5725d545abfd68b5fa75159f4ecb0 /fun | |
parent | 4286574b3bce4d55cd8149da516b0899fcbd8032 (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')
-rw-r--r-- | fun/paroxysm/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fun/paroxysm/src/main.rs b/fun/paroxysm/src/main.rs index e28fc779335a..11a0e7bf60b5 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()) |