From a4e0a119a89abf4abb0be419b9084810f1066377 Mon Sep 17 00:00:00 2001 From: fbt Date: Tue, 20 Oct 2015 21:38:29 +0300 Subject: [PATCH] Another default domain change --- sup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sup b/sup index aba2193..16f3c43 100755 --- a/sup +++ b/sup @@ -13,7 +13,7 @@ fi cfg_url_regex='^[A-Za-z]([A-Za-z0-9+.-]+)?://.+' cfg_tmp_dir="$XDG_RUNTIME_DIR/sup"; TEMPDIR="$cfg_tmp_dir" -cfg_service_url='https://8fw.eu' +cfg_service_url='https://8fw.me' cfg_screenshot_ext='png' [[ -f $HOME/.suprc ]] && { source "$HOME/.suprc"; }