summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOskari Pirhonen <xxc3ncoredxx@gmail.com>2023-07-28 18:55:10 -0500
committerRasmus Thomsen <oss@cogitri.dev>2023-07-30 08:22:29 +0300
commitbc299cf41023b727de2735f7d4d5ce4b27ee44e5 (patch)
treea53bb3dcb945620ece92acf39776464628cd9337
parenta573f78c57039a15d6d65083eb06a4c2cf317cc8 (diff)
downloadwgetpaste-bc299cf41023b727de2735f7d4d5ce4b27ee44e5.tar.gz
Disable sprunge
Sprunge seems to have recently died. Disable it by removing it from the service list, but keep the core bits in case it decides to come back. RIP ;(
-rwxr-xr-xwgetpaste2
1 files changed, 1 insertions, 1 deletions
diff --git a/wgetpaste b/wgetpaste
index 864d5ef..b3a537b 100755
--- a/wgetpaste
+++ b/wgetpaste
@@ -41,7 +41,7 @@ POST_generic() {
}
### services
-SERVICES="0x0 bpaste codepad dpaste gists ix_io snippets sprunge"
+SERVICES="0x0 bpaste codepad dpaste gists ix_io snippets"
# 0x0
ENGINE_0x0=0x0
URL_0x0="http://0x0.st"