From f8aafebfce5c3cd904b63b770b74f61896109519 Mon Sep 17 00:00:00 2001 From: Oliver Blanthorn Date: Sun, 19 Nov 2023 14:20:39 +0100 Subject: [PATCH] Replace txti.es with privatebin: fix #4705 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 76f9f7b3..16aee394 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "lint": "bash hooks/pre-commit", "make-zip": "web-ext build --source-dir build --overwrite-dest", "pretty": "bash scripts/pretty.sh", - "run": "web-ext run -s build/ -u 'txti.es'", + "run": "web-ext run -s build/ -u '0.0g.gg'", "test": "yarn run build && web-ext build --source-dir ./build --overwrite-dest && jest --silent", "update-buildsystem": "rm -rf src/node_modules; yarn run clean", "watch": "echo 'watch is broken, use build instead'; exit 0;",