From 105d617fa81a7ea9eb15f5400262746fffc90437 Mon Sep 17 00:00:00 2001
From: Ark74 <ark@switnet.org>
Date: Thu, 13 Apr 2023 01:28:03 -0600
Subject: [PATCH] thunderbird: fix sed on url protocol.

---
 helpers/make-thunderbird | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helpers/make-thunderbird b/helpers/make-thunderbird
index 0d88bfdb..dbb55a52 100644
--- a/helpers/make-thunderbird
+++ b/helpers/make-thunderbird
@@ -256,7 +256,7 @@ find -name aboutRights.xhtml |xargs sed -i "/rights-intro-point-5/d"
 find -name aboutRights.xhtml |xargs sed -i "/rights-intro-point-6/d"
 find -name aboutRights-unbranded.xhtml |xargs sed -i "/rights-intro-point-5/d"
 
-sed -i 's/<a\ href\=\"http\:\/\/www.icedove.net\/\">Icedove\ Project<\/a>/<a\ href\=\"http\:\/\/www.trisquel.info\/\"\>Trisquel\ Project<\/a>/g' \
+sed -i 's/<a\ href\=\"https\:\/\/www.icedove.net\/\">Icedove\ Project<\/a>/<a\ href\=\"https\:\/\/www.trisquel.info\/\"\>Trisquel\ Project<\/a>/g' \
     comm/mail/base/content/overrides/app-license.html
 #EO about: mods.
 
-- 
GitLab