From d9925ced9aa05027ac1b52ddf7d99a5ecf8dad1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Guzm=C3=A1n?= Date: Mon, 4 May 2026 17:07:54 -0600 Subject: [PATCH] thunderbird: tiny change for 140.10.1 release --- helpers/make-thunderbird | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helpers/make-thunderbird b/helpers/make-thunderbird index bea4a35c..228e8571 100644 --- a/helpers/make-thunderbird +++ b/helpers/make-thunderbird @@ -249,8 +249,8 @@ grep -rl 'https://www.icedove.net/donate/' comm/ | xargs -r \ sed -i 's|https://www.icedove.net/donate/.*"|https://trisquel.info/donate/"|' grep -rl 'https://www.icedove.net/donate/' comm/ | xargs -r \ sed -i 's|https://www.icedove.net/donate/|https://trisquel.info/donate/|' -grep -rl 'https://updates.icedove.net/' comm/ | xargs -r \ - sed -i '/"URL":/s|https://updates.icedove.net/.*/appeal/.*"|https://trisquel.info/donate/"|' +#grep -rl 'https://updates.icedove.net/' comm/ | xargs -r \ +# sed -i '/"URL":/s|https://updates.icedove.net/.*/appeal/.*"|https://trisquel.info/donate/"|' grep -rl 'https://support.mozilla.org/products/icedove' comm/ | xargs -r \ sed -i 's|https://support.mozilla.org/products/icedove.*"|https://trisquel.info/wiki/icedove"|' grep -rl 'https://support.mozilla.org/products/icedove' comm/ | xargs -r \