summaryrefslogtreecommitdiff
blob: 8c6a523ac5cd6e9ab54f26a38a9c484b296179a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
https://github.com/zlin/wgetpaste/pull/45

From ab4632ca9cd54c9e7478f37eee821113c0135c37 Mon Sep 17 00:00:00 2001
From: Oskari Pirhonen <xxc3ncoredxx@gmail.com>
Date: Fri, 28 Jul 2023 18:55:10 -0500
Subject: [PATCH] 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 ;(
---
 wgetpaste | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"
-- 
2.41.0