From b65622e5ab7ebedd790903677a02f6abd50bf876 Mon Sep 17 00:00:00 2001 From: eta Date: Thu, 27 May 2021 00:38:52 +0100 Subject: chore(paroxysm): change theta.eu.org -> eta.st 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 --- fun/paroxysm/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fun/paroxysm') 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()) -- cgit 1.4.1