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"; }